Fixed example

Signed-off-by: Pieter Hintjens <ph@imatix.com>
This commit is contained in:
Pieter Hintjens 2011-04-11 12:14:00 +02:00 committed by Martin Sustrik
parent 0839cceac9
commit a3b49ca958

View File

@ -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);