mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
thread safety
This commit is contained in:
@@ -162,7 +162,7 @@ namespace zmq
|
||||
|
||||
// Array of pointers to mailboxes for both application and I/O threads.
|
||||
uint32_t slot_count;
|
||||
mailbox_t **slots;
|
||||
i_mailbox **slots;
|
||||
|
||||
// Mailbox for zmq_term thread.
|
||||
mailbox_t term_mailbox;
|
||||
|
||||
Reference in New Issue
Block a user