summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:02:04 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:02:04 +0900
commit3a760f49e86ef1373b38c184127a1547b44265b2 (patch)
treedf45c73622dae0f9c04d84ed94903887e30fba1a /doc
parentbeec98c111ac6a6b9584dd48de6cc68daed1e10e (diff)
Documentation of zmq_getmsgopt improved
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/xs_getmsgopt.txt3
1 files changed, 3 insertions, 0 deletions
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
------------