>From 962077fdbec43623c8101cec839e075ed76e1a9e Mon Sep 17 00:00:00 2001
From: Martin Sustrik <[email protected]>
Date: Mon, 16 Jan 2012 17:13:58 +0900
Subject: [PATCH] Documentation of zmq_getmsgopt improved

Signed-off-by: Martin Sustrik <[email protected]>
---
 doc/zmq_getmsgopt.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doc/zmq_getmsgopt.txt b/doc/zmq_getmsgopt.txt
index a82c30c..63acf6a 100644
--- a/doc/zmq_getmsgopt.txt
+++ b/doc/zmq_getmsgopt.txt
@@ -26,6 +26,8 @@ The following options can be retrieved with the _zmq_getmsgopt()_ function:
 
 *ZMQ_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
 ------------
-- 
1.7.5.4

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to