diff options
author | Martin Lucina <martin@lucina.net> | 2012-03-29 14:53:01 +0200 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-03-29 14:53:01 +0200 |
commit | 437db5a6c8348faa551a41b5ddb38072bd6924cb (patch) | |
tree | 30142a64a8686b51f4375a11f16091ab8933d44a /include | |
parent | 9c7e081f51063b6cdb4674f4d2e6c4eab502a327 (diff) |
Documentation updates for 1.0.1
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/xs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xs.h b/include/xs.h index b47358b..039d62f 100644 --- a/include/xs.h +++ b/include/xs.h @@ -158,7 +158,7 @@ XS_EXPORT int xs_setctxopt (void *context, int option, const void *optval, /* Crossroads socket definition. */ /******************************************************************************/ -/* Socket types. */ +/* Socket types. */ #define XS_PAIR 0 #define XS_PUB 1 #define XS_SUB 2 @@ -171,6 +171,7 @@ XS_EXPORT int xs_setctxopt (void *context, int option, const void *optval, #define XS_XPUB 9 #define XS_XSUB 10 +/* Legacy socket type aliases. */ #define XS_ROUTER XS_XREP #define XS_DEALER XS_XREQ |