From dc2a16da9cb7d6c7e834393e22366b44ce8a7483 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 17 Jan 2012 20:39:15 +1100 Subject: [PATCH] add privsep/packet refactoring to the queue --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 800b626..bef2d57 100644 --- a/TODO +++ b/TODO @@ -24,3 +24,7 @@ 7) [DONE] figure out initial API 8) figure out error-handling and remove fatal() + +9) Rework privsep's interaction with packet.c: factor everything into + packet_get_privsep_state and packet_set_privsep_state functions +