Problem: radio/dish are not yet stable APIs

Solution: mark them as DRAFT APIs
This commit is contained in:
Luca Boccassi
2016-05-02 19:59:34 +01:00
parent 32a1ef85a8
commit caaf66c32c
4 changed files with 19 additions and 15 deletions

View File

@@ -155,6 +155,8 @@
/* DRAFT Socket types. */
#define ZMQ_SERVER 12
#define ZMQ_CLIENT 13
#define ZMQ_RADIO 14
#define ZMQ_DISH 15
/* DRAFT Socket events. */
int zmq_join (void *s, const char *group);