diff options
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r-- | src/io_thread.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |