summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-02-15 21:03:11 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-02-15 21:03:11 +0100
commitf96f53c9687b5a032ef45ce42154a7f944492eec (patch)
tree5f85fde67ba92da492243a9f38f1e799e0fec910 /bindings
parent5041b0bc0bce43e5b6d8b6c6264141d33f3c2a7c (diff)
ZMQ_POLLERR placeholder added to zmq.h
Diffstat (limited to 'bindings')
-rw-r--r--bindings/c/zmq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/c/zmq.h b/bindings/c/zmq.h
index d5fb4f4..c6d4692 100644
--- a/bindings/c/zmq.h
+++ b/bindings/c/zmq.h
@@ -195,6 +195,7 @@ ZMQ_EXPORT int zmq_recv (void *s, zmq_msg_t *msg, int flags);
#define ZMQ_POLLIN 1
#define ZMQ_POLLOUT 2
+#define ZMQ_POLLERR 4
typedef struct
{