diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-29 15:40:29 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-29 15:40:29 +0200 |
commit | 84d854a088d27b642355d4e835a2d93e405452ae (patch) | |
tree | 41b300244a7abf32cdb6436d1c023bddc151f285 /bindings | |
parent | 64e68e748607473befbcf2d96590d45dc7bc98db (diff) |
documentation error in zmq.h fixed
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/c/zmq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h index f42f7f9..e939dcd 100644 --- a/bindings/c/zmq.h +++ b/bindings/c/zmq.h @@ -344,8 +344,8 @@ ZMQ_EXPORT int zmq_send (void *s, zmq_msg_t *msg, int flags); // EFSM - function cannot be called at the moment. ZMQ_EXPORT int zmq_flush (void *s); -// Send a message from the socket 's'. 'flags' argument can be combination -// of the flags described above. +// Receive a message from the socket 's'. 'flags' argument can be combination +// of the flags described above with the exception of ZMQ_NOFLUSH. // // Errors: EAGAIN - message cannot be received at the moment (applies only to // non-blocking receive). |