From b6cdd369e328ceca2c46758d92ad8ea6a1f59cd7 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sun, 8 Aug 2010 11:43:32 +0200 Subject: 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 --- doc/zmq_recv.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/zmq_recv.txt') diff --git a/doc/zmq_recv.txt b/doc/zmq_recv.txt index 8aba42a..5a7ec1b 100644 --- a/doc/zmq_recv.txt +++ b/doc/zmq_recv.txt @@ -63,6 +63,8 @@ socket types that switch between several states, such as ZMQ_REP. See the _messaging patterns_ section of linkzmq:zmq_socket[3] for more information. *ETERM*:: The 0MQ 'context' associated with the specified 'socket' was terminated. +*EFAULT*:: +The provided 'socket' was not valid (NULL). EXAMPLE -- cgit v1.2.3