From ee16d11a59120cd4d981e0dcb90741fa4141372a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 22 Dec 2018 19:23:26 -0800 Subject: fixes #823 Define public IPC (#824) This introduces a basic IPC API, modeled on the TCP API, for direct access. Only connection options are exposed at present -- we need to add options for dialers and listeners (and particularly listener settings for permissions and security attributes.) Documentation is still outstanding, but a very limited test suite exists. --- src/supplemental/util/options.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/supplemental/util') diff --git a/src/supplemental/util/options.c b/src/supplemental/util/options.c index c8dafed8..961e0bb2 100644 --- a/src/supplemental/util/options.c +++ b/src/supplemental/util/options.c @@ -11,8 +11,10 @@ #include #include +#include +#include + #include "core/nng_impl.h" -#include "nng/supplemental/util/options.h" // Call with optidx set to 1 to start parsing. int -- cgit v1.2.3-70-g09d2