From 5b5b513330e96e3e08d0c2c60d03044091976420 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 9 Aug 2009 09:24:48 +0200 Subject: socket options interface modeled as in BSD sockets --- src/io_thread.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io_thread.hpp') diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 6f25627..f95880a 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -57,7 +57,7 @@ namespace zmq void out_event (); void timer_event (); - // ??? + // Used by io_objects to retrieve the assciated poller object. struct i_poller *get_poller (); // Command handlers. -- cgit v1.2.3