mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-06-06 14:40:53 +02:00
Merge pull request #648 from stephanlachnit/p-busy-poll
Add ZMQ_BUSY_POLL option
This commit is contained in:
commit
4ee2fe3c5e
3
zmq.hpp
3
zmq.hpp
@ -1462,6 +1462,9 @@ ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_BACKLOG, backlog, int);
|
|||||||
#ifdef ZMQ_BINDTODEVICE
|
#ifdef ZMQ_BINDTODEVICE
|
||||||
ZMQ_DEFINE_ARRAY_OPT_BINARY(ZMQ_BINDTODEVICE, bindtodevice);
|
ZMQ_DEFINE_ARRAY_OPT_BINARY(ZMQ_BINDTODEVICE, bindtodevice);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ZMQ_BUSY_POLL
|
||||||
|
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_BUSY_POLL, busy_poll, int);
|
||||||
|
#endif
|
||||||
#ifdef ZMQ_CONFLATE
|
#ifdef ZMQ_CONFLATE
|
||||||
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_CONFLATE, conflate, int);
|
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_CONFLATE, conflate, int);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user