thread safety

This commit is contained in:
somdoron
2015-02-11 00:01:50 +02:00
parent 88c6e696ab
commit 6749c9b3eb
14 changed files with 782 additions and 46 deletions

View File

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