Problem: scatter/gather are not yet stable APIs

Solution: mark them as DRAFT APIs
This commit is contained in:
Luca Boccassi
2016-05-02 20:00:00 +01:00
parent caaf66c32c
commit 6de24c190a
4 changed files with 10 additions and 8 deletions

View File

@@ -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);