diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 15:07:23 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-24 15:07:23 +0100 |
commit | d61f067f5bade1269213735b8628a92621b62c91 (patch) | |
tree | c579f1f3926442d44faca23f7274ab56bdf6b8da /doc/zmq_getsockopt.txt | |
parent | 23bd3726a57793b850cb26e22274fd188fb86e82 (diff) |
ZMQ_EVENTS type changed to int
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/zmq_getsockopt.txt')
-rw-r--r-- | doc/zmq_getsockopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index be3c17f..8189cf3 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -316,7 +316,7 @@ the 'ZMQ_EVENTS' option is valid; applications should simply ignore this case and restart their polling operation/event loop. [horizontal] -Option value type:: uint32_t +Option value type:: int Option value unit:: N/A (flags) Default value:: N/A Applicable socket types:: all |