From 978e33ba253a997b41b331b449b474a5cee7bccc Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:31 +0100 Subject: Imported Upstream version 2.1.10 --- doc/zmq_init.html | 122 +++++++++++++++++++++++++++++------------------------- 1 file changed, 65 insertions(+), 57 deletions(-) (limited to 'doc/zmq_init.html') diff --git a/doc/zmq_init.html b/doc/zmq_init.html index 7629e0a..1798d87 100644 --- a/doc/zmq_init.html +++ b/doc/zmq_init.html @@ -2,28 +2,15 @@ "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.

@@ -577,16 +594,12 @@ 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

@@ -600,27 +613,22 @@ 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>.

-

-- cgit v1.2.3