Merge pull request #648 from stephanlachnit/p-busy-poll

Add ZMQ_BUSY_POLL option
This commit is contained in:
Gudmundur Adalsteinsson 2025-02-24 16:35:51 +01:00 committed by GitHub
commit 4ee2fe3c5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1462,6 +1462,9 @@ ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_BACKLOG, backlog, int);
#ifdef ZMQ_BINDTODEVICE
ZMQ_DEFINE_ARRAY_OPT_BINARY(ZMQ_BINDTODEVICE, bindtodevice);
#endif
#ifdef ZMQ_BUSY_POLL
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_BUSY_POLL, busy_poll, int);
#endif
#ifdef ZMQ_CONFLATE
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_CONFLATE, conflate, int);
#endif