Skip to content

Commit 9070e7c

Browse files
authored
Merge pull request #558 from drolevar/master
Add support for ZMQ_ONLY_FIRST_SUBSCRIBE option
2 parents 2636233 + cfb0073 commit 9070e7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zmq.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,9 @@ ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_MULTICAST_LOOP, multicast_loop, int);
15501550
#ifdef ZMQ_MULTICAST_MAXTPDU
15511551
ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_MULTICAST_MAXTPDU, multicast_maxtpdu, int);
15521552
#endif
1553+
#ifdef ZMQ_ONLY_FIRST_SUBSCRIBE
1554+
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_ONLY_FIRST_SUBSCRIBE, only_first_subscribe, int);
1555+
#endif
15531556
#ifdef ZMQ_PLAIN_SERVER
15541557
ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_PLAIN_SERVER, plain_server, int);
15551558
#endif

0 commit comments

Comments
 (0)