Commit a3b49ca9 authored by Pieter Hintjens's avatar Pieter Hintjens Committed by Martin Sustrik

Fixed example

Signed-off-by: 's avatarPieter Hintjens <ph@imatix.com>
parent 0839ccea
...@@ -367,9 +367,9 @@ The operation was interrupted by delivery of a signal. ...@@ -367,9 +367,9 @@ The operation was interrupted by delivery of a signal.
EXAMPLE 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; int sndhwm;
size_t sndhwm_size = sizeof (sndhwm); size_t sndhwm_size = sizeof (sndhwm);
rc = zmq_getsockopt (socket, ZMQ_SNDHWM, &sndhwm, &sndhwm_size); rc = zmq_getsockopt (socket, ZMQ_SNDHWM, &sndhwm, &sndhwm_size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment