From cbaa7cfa93893876e4fd8794b6ea39f4d245b6b5 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:53:45 +0100 Subject: Imported Upstream version 2.1.6 --- doc/zmq_send.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/zmq_send.html') diff --git a/doc/zmq_send.html b/doc/zmq_send.html index eeb4654..70c1ebe 100644 --- a/doc/zmq_send.html +++ b/doc/zmq_send.html @@ -611,6 +611,9 @@ below for a detailed description.

+

The zmq_msg_t structure passed to zmq_send() is nullified during the call. +If you want to send the same message to multiple sockets you have to copy it +using (e.g. using zmq_msg_copy()).

@@ -694,6 +697,14 @@ The operation was interrupted by delivery of a signal before the message was sent.

+
+EFAULT +
+
+

+Invalid message. +

+

EXAMPLE

@@ -736,8 +747,8 @@ Martin Lucina <mato@kotelna.sk>.

<

-- cgit v1.2.3