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/ipc/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/supplemental/ipc/CMakeLists.txt (limited to 'src/supplemental/ipc/CMakeLists.txt') diff --git a/src/supplemental/ipc/CMakeLists.txt b/src/supplemental/ipc/CMakeLists.txt new file mode 100644 index 00000000..691522f0 --- /dev/null +++ b/src/supplemental/ipc/CMakeLists.txt @@ -0,0 +1,16 @@ +# +# Copyright 2018 Capitar IT Group BV +# Copyright 2018 Staysail Systems, Inc. +# Copyright 2018 Devolutions +# +# This software is supplied under the terms of the MIT License, a +# copy of which should be located in the distribution where this +# file was obtained (LICENSE.txt). A copy of the license may also be +# found online at https://opensource.org/licenses/MIT. +# + +set(_SRCS supplemental/ipc/ipc.c + ${PROJECT_SOURCE_DIR}/include/nng/supplemental/ipc/ipc.h +) + +set(NNG_SRCS ${NNG_SRCS} ${_SRCS} PARENT_SCOPE) -- cgit v1.2.3-70-g09d2