Problem: documented constants are not defined

Solution: add definition to zmq.h
This commit is contained in:
Simon Giesecke 2019-02-01 17:58:48 -05:00 committed by Simon Giesecke
parent 367246bb23
commit 482a3a2272

View File

@ -723,6 +723,12 @@ ZMQ_EXPORT int zmq_socket_get_peer_state (void *socket,
const void *routing_id,
size_t routing_id_size);
#define ZMQ_CURRENT_EVENT_VERSION 1
#define ZMQ_CURRENT_EVENT_VERSION_DRAFT 2
#define ZMQ_EVENT_ALL_V1 ZMQ_EVENT_ALL
#define ZMQ_EVENT_ALL_V2 ZMQ_EVENT_ALL_V1
ZMQ_EXPORT int zmq_socket_monitor_versioned (void *s_,
const char *addr_,
uint64_t events_,