mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-08 06:42:57 +01:00
Problem: scatter/gather are not yet stable APIs
Solution: mark them as DRAFT APIs
This commit is contained in:
@@ -157,6 +157,8 @@
|
||||
#define ZMQ_CLIENT 13
|
||||
#define ZMQ_RADIO 14
|
||||
#define ZMQ_DISH 15
|
||||
#define ZMQ_GATHER 16
|
||||
#define ZMQ_SCATTER 17
|
||||
|
||||
/* DRAFT Socket events. */
|
||||
int zmq_join (void *s, const char *group);
|
||||
|
||||
Reference in New Issue
Block a user