From 3561361d94a7860b14a42b8933d0869e6bc10c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 22 Oct 2008 20:44:16 +0200 Subject: [PATCH] Updated FIXME comment. Rev: src/io.h:1.121 --- src/io.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/io.h b/src/io.h index f991b27bb..bdabe77d8 100644 --- a/src/io.h +++ b/src/io.h @@ -52,9 +52,10 @@ io_close_fd(int fd); #undef GABA_DECLARE -/* FIXME: Get rid of this class. Used by escape_callback (client.h) - and for io_callout. For the latter, add a method to the lsh_callout - class with the corresponding action. */ +/* FIXME: Get rid of this class. Used by escape_callback (client.h), + reaper_callback, transport_timeout, and a few others, and for + io_callout. For the latter, add a method to the lsh_callout class + with the corresponding action. */ /* GABA: (class (name lsh_callback) -- GitLab