From ea741e0285e70e2ca417fbd2c874bb990bdbf833 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 24 Apr 2018 09:29:34 -0700 Subject: fixes #363 context option plumbing missing --- src/nng.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nng.h') diff --git a/src/nng.h b/src/nng.h index 57d66915..40aef567 100644 --- a/src/nng.h +++ b/src/nng.h @@ -377,6 +377,10 @@ NNG_DECL int nng_ctx_getopt_size(nng_ctx, const char *, size_t *); // tunables (which does include NNG_OPT_SENDTIMEO and NNG_OPT_RECVTIMEO); // see the protocol documentation for more details. NNG_DECL int nng_ctx_setopt(nng_ctx, const char *, const void *, size_t); +NNG_DECL int nng_ctx_setopt_bool(nng_ctx, const char *, bool); +NNG_DECL int nng_ctx_setopt_int(nng_ctx, const char *, int); +NNG_DECL int nng_ctx_setopt_ms(nng_ctx, const char *, nng_duration); +NNG_DECL int nng_ctx_setopt_size(nng_ctx, const char *, size_t); // nng_alloc is used to allocate memory. It's intended purpose is for // allocating memory suitable for message buffers with nng_send(). -- cgit v1.2.3-70-g09d2