Skip to content

Commit 4ee2fe3

Browse files
authored
Merge pull request #648 from stephanlachnit/p-busy-poll
Add ZMQ_BUSY_POLL option
2 parents d46df2b + c72994b commit 4ee2fe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zmq.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,9 @@ ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_BACKLOG, backlog, int);
14621462
#ifdef ZMQ_BINDTODEVICE
14631463
ZMQ_DEFINE_ARRAY_OPT_BINARY(ZMQ_BINDTODEVICE, bindtodevice);
14641464
#endif
1465+
#ifdef ZMQ_BUSY_POLL
1466+
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_BUSY_POLL, busy_poll, int);
1467+
#endif
14651468
#ifdef ZMQ_CONFLATE
14661469
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_CONFLATE, conflate, int);
14671470
#endif

0 commit comments

Comments
 (0)