mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 02:53:12 +01:00
Background thread names (#2784)
* Add ZMQ_THREAD_NAME_PREFIX ctx option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user