From 75af6aed482ab16997c1388fe801f74d11ec12a4 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:14 +0100 Subject: Imported Upstream version 2.1.9 --- doc/zmq_msg_init.html | 124 ++++++++++++++++++++++++-------------------------- 1 file changed, 59 insertions(+), 65 deletions(-) (limited to 'doc/zmq_msg_init.html') diff --git a/doc/zmq_msg_init.html b/doc/zmq_msg_init.html index 227b6df..5ecfe77 100644 --- a/doc/zmq_msg_init.html +++ b/doc/zmq_msg_init.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_msg_init(3) - +
+

SYNOPSIS

int zmq_msg_init (zmq_msg_t *msg);

+
+

DESCRIPTION

The zmq_msg_init() function shall initialise the message object referenced by @@ -609,15 +592,21 @@ before receiving a message with zmq_recv().

+
+

RETURN VALUE

The zmq_msg_init() function shall return zero if successful. Otherwise it shall return -1 and set errno to one of the values defined below.

+
+

ERRORS

No errors are defined.

+
+

EXAMPLE

@@ -630,6 +619,8 @@ rc = zmq_recv (socket, &msg, 0); assert (rc == 0);
+ +

SEE ALSO

zmq_msg_init_size(3) @@ -639,17 +630,20 @@ assert (rc == 0); zmq_msg_size(3) zmq(7)

+
+

AUTHORS

This ØMQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>.

+

-- cgit v1.2.3