diff options
Diffstat (limited to 'doc/zmq_cpp.html')
| -rw-r--r-- | doc/zmq_cpp.html | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/doc/zmq_cpp.html b/doc/zmq_cpp.html index c373f8e..13a8761 100644 --- a/doc/zmq_cpp.html +++ b/doc/zmq_cpp.html @@ -707,6 +707,10 @@ functions to construct, destruct and manipulate ØMQ messages.</p></div>  <div class="paragraph"><p>Equivalent to calling the <em>zmq_msg_close()</em> function followed by the
  corresponding <em>zmq_msg_init()</em> function.</p></div>
  <h3 id="_input_output_multiplexing">Input/output multiplexing</h3><div style="clear:left"></div>
 +<div class="verseblock">
 +<div class="verseblock-content"><strong>int poll (zmq_pollitem_t *items, int nitems, long timeout = -1)</strong></div>
 +<div class="verseblock-attribution">
 +</div></div>
  <div class="paragraph"><p>The <em>poll()</em> function is a namespaced equivalent of the <em>zmq_poll()</em> function,
  as described in <a href="zmq_poll.html">zmq_poll(3)</a>.</p></div>
  <div class="admonitionblock">
 @@ -751,7 +755,8 @@ Martin Lucina <<a href="mailto:mato@kotelna.sk">mato@kotelna.sk</a>>.</p><  <div id="footnotes"><hr /></div>
  <div id="footer">
  <div id="footer-text">
 -Last updated 2010-06-03 14:36:34 CEST
 +ØMQ 2.0.9<br />
 +Last updated 2010-09-06 07:12:01 CEST
  </div>
  </div>
  </body>
 | 
