From 3a760f49e86ef1373b38c184127a1547b44265b2 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:02:04 +0900 Subject: Documentation of zmq_getmsgopt improved Signed-off-by: Martin Sustrik --- doc/xs_getmsgopt.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/xs_getmsgopt.txt') diff --git a/doc/xs_getmsgopt.txt b/doc/xs_getmsgopt.txt index 4b06322..869861e 100644 --- a/doc/xs_getmsgopt.txt +++ b/doc/xs_getmsgopt.txt @@ -26,6 +26,9 @@ The following options can be retrieved with the _xs_getmsgopt()_ function: *XS_MORE*:: Indicates that there are more message parts to follow after the 'message'. +The type of this option is int. 0 means that this is the last message part +of a multipart message. 1 means that more message parts will follow. + RETURN VALUE ------------ -- cgit v1.2.3