mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Fixed example
Signed-off-by: Pieter Hintjens <ph@imatix.com>
This commit is contained in:
parent
0839cceac9
commit
a3b49ca958
@ -367,9 +367,9 @@ The operation was interrupted by delivery of a signal.
|
||||
|
||||
EXAMPLE
|
||||
-------
|
||||
.Retrieving the high water mark
|
||||
.Retrieving the high water mark for outgoing messages
|
||||
----
|
||||
/* Retrieve high water mark into hwm */
|
||||
/* Retrieve high water mark into sndhwm */
|
||||
int sndhwm;
|
||||
size_t sndhwm_size = sizeof (sndhwm);
|
||||
rc = zmq_getsockopt (socket, ZMQ_SNDHWM, &sndhwm, &sndhwm_size);
|
||||
|
Loading…
x
Reference in New Issue
Block a user