aboutsummaryrefslogtreecommitdiff
path: root/src/nng_compat.c
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_compat.c
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_compat.c')
-rw-r--r--src/nng_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng_compat.c b/src/nng_compat.c
index bceabe61..994c1332 100644
--- a/src/nng_compat.c
+++ b/src/nng_compat.c
@@ -663,7 +663,7 @@ init_opts(void)
case NN_SURVEYOR:
switch (options[i].nnopt) {
case NN_SURVEYOR_DEADLINE:
- SETOPT(nng_opt_surveyor_surveytime, 1);
+ SETOPT(NNG_OPT_SURVEYOR_SURVEYTIME, 1);
break;
}
break;