From 56619463ac26dc6c3e576d2fbf6b544eebeb5148 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Sun, 20 May 2012 11:24:59 +0200 Subject: Imported Upstream version 2.2.0 --- doc/zmq_init.html | 161 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 94 insertions(+), 67 deletions(-) (limited to 'doc/zmq_init.html') diff --git a/doc/zmq_init.html b/doc/zmq_init.html index 1798d87..b427285 100644 --- a/doc/zmq_init.html +++ b/doc/zmq_init.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_init(3) - +
+

SYNOPSIS

void *zmq_init (int io_threads);

+
+

DESCRIPTION

The zmq_init() function initialises a ØMQ context.

@@ -594,12 +613,16 @@ messaging you may set this to zero, otherwise set it to at least one.

threads as necessary, without any additional locking required on the part of the caller.

+ +

RETURN VALUE

The zmq_init() function shall return an opaque handle to the initialised context if successful. Otherwise it shall return NULL and set errno to one of the values defined below.

+
+

ERRORS

@@ -613,22 +636,26 @@ An invalid number of io_threads was requested.
+
+

SEE ALSO

+
+

AUTHORS

-

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

+

This manual page was written by the ØMQ community.

+

-- cgit v1.2.3