Background thread names (#2784)

* Add ZMQ_THREAD_NAME_PREFIX ctx option
This commit is contained in:
f18m
2017-10-17 13:06:50 +02:00
committed by Luca Boccassi
parent 9af03e2214
commit f25cd6e7be
5 changed files with 26 additions and 2 deletions

View File

@@ -613,6 +613,7 @@ ZMQ_EXPORT void zmq_threadclose (void* thread);
#define ZMQ_MSG_T_SIZE 6
#define ZMQ_THREAD_AFFINITY 7
#define ZMQ_THREAD_AFFINITY_DFLT -1
#define ZMQ_THREAD_NAME_PREFIX 8
/* DRAFT Socket methods. */
ZMQ_EXPORT int zmq_join (void *s, const char *group);