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_poll.html | 124 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 65 insertions(+), 59 deletions(-) (limited to 'doc/zmq_poll.html') diff --git a/doc/zmq_poll.html b/doc/zmq_poll.html index eb1c214..c2645dd 100644 --- a/doc/zmq_poll.html +++ b/doc/zmq_poll.html @@ -2,28 +2,15 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_poll(3) - +
-

SYNOPSIS

int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);

-
-

DESCRIPTION

The zmq_poll() function provides a mechanism for applications to multiplex @@ -656,8 +673,6 @@ of those interfaces in ways not defined in this documentation.

-
-

RETURN VALUE

Upon successful completion, the zmq_poll() function shall return the number @@ -665,8 +680,6 @@ of zmq_pollitem_t structures with events signaled in revent events have been signaled. Upon failure, zmq_poll() shall return -1 and set errno to one of the values defined below.

-
-

ERRORS

@@ -698,8 +711,6 @@ available.
-
-

EXAMPLE

@@ -719,8 +730,6 @@ assert (rc >= 0); /* Returned events will be stored in items[].revents */
-
-

SEE ALSO

zmq_socket(3) @@ -729,20 +738,17 @@ assert (rc >= 0); zmq(7)

Your operating system documentation for the poll() system call.

-
-

AUTHORS

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

-

-- cgit v1.2.3