diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-09-27 15:14:14 -0700 |
| commit | 0736a958673683a9bfe0bf577b696f49c7bd8302 (patch) | |
| tree | 93f1995f7e7130ffe31cc9701be6b390faabd6e7 /src/nng.h | |
| parent | 64db0f085be0c9efc6dca8d9e72d3e5a47cb792e (diff) | |
| download | nng-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.h | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -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 |
