Fixed issue #500

This commit is contained in:
Pieter Hintjens
2013-01-31 21:52:30 +01:00
parent 309740e197
commit 8ab3c4a1bf
9 changed files with 97 additions and 10 deletions

View File

@@ -161,6 +161,9 @@ namespace zmq
// Number of I/O threads to launch.
int io_thread_count;
// Is IPv6 enabled on this context?
bool ipv6;
// Synchronisation of access to context options.
mutex_t opt_sync;