From 00a947e7b38d5e4b4e535c65a9fae0b7163d2ec9 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 17 Apr 2011 19:18:46 -0700 Subject: [PATCH] Add note about oio_req initialization --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 862650b2..108b4db5 100644 --- a/TODO +++ b/TODO @@ -4,3 +4,6 @@ server process. - FATAL should take a string - ASSERT and FATAL should require semicolons. + +- Should oio_req need to be initialized before each use? Currently in Linux + this is necessary.