Added ZMQ_DGRAM socket option to precmpiled.hpp

This commit is contained in:
Bitiquinho 2016-05-13 09:19:52 -03:00
parent 3e54ecd49c
commit cea473de59

View File

@ -44,6 +44,7 @@
#define ZMQ_DISH 15
#define ZMQ_GATHER 16
#define ZMQ_SCATTER 17
#define ZMQ_DGRAM 18
/* DRAFT Socket methods. */
int zmq_join (void *s, const char *group);