diff options
author | Gonzalo Diethelm <gdiethelm@dcv.cl> | 2010-09-28 15:27:45 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-09-28 15:27:45 +0200 |
commit | 87beaaa00d49d216f856b8322f1ad04e4f9ecea3 (patch) | |
tree | f6feb3fd05c3691d7315636464fcf4c9a4f1afcc /include | |
parent | 6715f9b1858587db6aec826bdc9a7905bba8030e (diff) |
ZMQ_TYPE socket option added
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index c5f79d4..b8ab6d4 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -179,6 +179,7 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_RCVMORE 13 #define ZMQ_FD 14 #define ZMQ_EVENTS 15 +#define ZMQ_TYPE 16 /* Send/recv options. */ #define ZMQ_NOBLOCK 1 |