summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:28:49 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:28:49 +0900
commita0d548e6cdef36a8dae6e6834252475728bf8583 (patch)
treec5f91d31926322bab95143d7f6e91c35bd37ac04 /src/ctx.hpp
parent8bf03ce698c49d26bed3079003e59243b72af05a (diff)
ZMQ_REENTRANT functionality removed
It doesn't play well with multipart messages. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index e912443..56b5d4c 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -100,9 +100,6 @@ namespace xs
void log (int sid_, const char *text_);
void publish_logs (const char *text_);
- // True, if API is expected to be reentrant.
- bool is_reentrant ();
-
enum {
term_tid = 0,
reaper_tid = 1
@@ -176,9 +173,6 @@ namespace xs
// Number of I/O threads to launch.
uint32_t io_thread_count;
- // True, if API is expected to be reentrant.
- bool reentrant;
-
// Synchronisation of access to context options.
mutex_t opt_sync;