aboutsummaryrefslogtreecommitdiff
path: root/src/nng.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-09-27 15:14:14 -0700
committerGarrett D'Amore <garrett@damore.org>2017-09-27 15:14:14 -0700
commit0736a958673683a9bfe0bf577b696f49c7bd8302 (patch)
tree93f1995f7e7130ffe31cc9701be6b390faabd6e7 /src/nng.h
parent64db0f085be0c9efc6dca8d9e72d3e5a47cb792e (diff)
downloadnng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.gz
nng-0736a958673683a9bfe0bf577b696f49c7bd8302.tar.bz2
nng-0736a958673683a9bfe0bf577b696f49c7bd8302.zip
Remove last vestiges of integer option numbers.
Diffstat (limited to 'src/nng.h')
-rw-r--r--src/nng.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/nng.h b/src/nng.h
index c0f26063..59bcf8c6 100644
--- a/src/nng.h
+++ b/src/nng.h
@@ -415,6 +415,8 @@ NNG_DECL int nng_respondent0_open(nng_socket *);
#define NNG_OPT_RECONNMINT "reconnect-time-min"
#define NNG_OPT_RECONNMAXT "reconnect-time-max"
+#define NNG_OPT_PAIR1_POLY "pair1:polyamorous"
+
#define NNG_OPT_SUB_SUBSCRIBE "sub:subscribe"
#define NNG_OPT_SUB_UNSUBSCRIBE "sub:unsubscribe"
@@ -422,15 +424,6 @@ NNG_DECL int nng_respondent0_open(nng_socket *);
#define NNG_OPT_SURVEYOR_SURVEYTIME "surveyor:survey-time"
-NNG_DECL const char *nng_opt_raw;
-NNG_DECL const char *nng_opt_recvmaxsz;
-NNG_DECL const char *nng_opt_maxttl;
-NNG_DECL const char *nng_opt_protocol;
-NNG_DECL const char *nng_opt_transport;
-NNG_DECL const char *nng_opt_locaddr;
-NNG_DECL const char *nng_opt_remaddr;
-NNG_DECL const char *nng_opt_surveyor_surveytime;
-
// XXX: TBD: priorities, socket names, ipv4only
// Statistics. These are for informational purposes only, and subject