summaryrefslogtreecommitdiff
path: root/doc/zmq_poll.txt
diff options
context:
space:
mode:
authorPieter Hintjens <ph@imatix.com>2010-08-08 11:43:32 +0200
committerPieter Hintjens <ph@imatix.com>2010-08-08 11:43:32 +0200
commitb6cdd369e328ceca2c46758d92ad8ea6a1f59cd7 (patch)
treedd15d3f9d4b326a7816cb590551fa734e57a4f63 /doc/zmq_poll.txt
parent677b3d906acc97c26855bdc31126492878ad6292 (diff)
Added error checking (EFAULT) for null arguments
* Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods
Diffstat (limited to 'doc/zmq_poll.txt')
-rw-r--r--doc/zmq_poll.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_poll.txt b/doc/zmq_poll.txt
index 9761881..2648ad7 100644
--- a/doc/zmq_poll.txt
+++ b/doc/zmq_poll.txt
@@ -96,6 +96,8 @@ to a different application thread.
*ETERM*::
At least one of the members of the 'items' array refers to a 'socket' whose
associated 0MQ 'context' was terminated.
+*EFAULT*::
+The provided 'items' was not valid (NULL).
EXAMPLE