summaryrefslogtreecommitdiff
path: root/src/io_thread.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-08-09 09:24:48 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-08-09 09:24:48 +0200
commit5b5b513330e96e3e08d0c2c60d03044091976420 (patch)
tree1eb97606ff6827760c0b063aca95470df6ae20a1 /src/io_thread.hpp
parenta8b410e66c3c75809c8e9c01dd3e35c579f02347 (diff)
socket options interface modeled as in BSD sockets
Diffstat (limited to 'src/io_thread.hpp')
-rw-r--r--src/io_thread.hpp2
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.