diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:08:43 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:08:43 +0900 |
commit | 1e01248efc113cc9389f795157400a634730823e (patch) | |
tree | 5b321c0540001b6c1f7eab659e4cefec67dfcf96 /include | |
parent | a55458399f9e54f8384eda174d405ee85d490c45 (diff) |
XS_CTX_REENTRANT option added
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xs.h b/include/xs.h index 3aa1045..4d0be57 100644 --- a/include/xs.h +++ b/include/xs.h @@ -147,6 +147,7 @@ XS_EXPORT int xs_getmsgopt (xs_msg_t *msg, int option, void *optval, /******************************************************************************/ #define XS_CTX_MAX_SOCKETS 1 +#define XS_CTX_REENTRANT 2 XS_EXPORT void *xs_init (int io_threads); XS_EXPORT int xs_term (void *context); |