Add ZMQ_BUSY_POLL option

This commit is contained in:
Stephan Lachnit 2025-02-22 12:57:13 +01:00
parent d46df2baf5
commit c72994bea6
No known key found for this signature in database
GPG Key ID: B35B49EA5D563EFE

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