From 0736a958673683a9bfe0bf577b696f49c7bd8302 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 27 Sep 2017 15:14:14 -0700 Subject: Remove last vestiges of integer option numbers. --- src/nng.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/nng.h') 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 -- cgit v1.2.3-70-g09d2