summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:08:47 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:08:47 +0900
commitda930314aafc6cc7b182f0bbfa8e06c0b743e62d (patch)
tree827e85effd4680cee8613781898fe7b0d053353c /include
parent1e01248efc113cc9389f795157400a634730823e (diff)
Names of context options shortened
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r--include/xs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xs.h b/include/xs.h
index 4d0be57..d536f19 100644
--- a/include/xs.h
+++ b/include/xs.h
@@ -146,8 +146,8 @@ XS_EXPORT int xs_getmsgopt (xs_msg_t *msg, int option, void *optval,
/* Crossroads context definition. */
/******************************************************************************/
-#define XS_CTX_MAX_SOCKETS 1
-#define XS_CTX_REENTRANT 2
+#define XS_MAX_SOCKETS 1
+#define XS_REENTRANT 2
XS_EXPORT void *xs_init (int io_threads);
XS_EXPORT int xs_term (void *context);