diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-12-29 18:54:22 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-12-29 18:54:22 -0800 |
| commit | 27b7827532abcbdbecc54795da5b5ac66e7f5e9f (patch) | |
| tree | 7c8fad19dbb874af35324603204aae87f93d63b8 /src/platform/windows/win_ipc.h | |
| parent | 5b35daaf2fe6c6fbe0b15740efbffe16ff278e6c (diff) | |
| download | nng-27b7827532abcbdbecc54795da5b5ac66e7f5e9f.tar.gz nng-27b7827532abcbdbecc54795da5b5ac66e7f5e9f.tar.bz2 nng-27b7827532abcbdbecc54795da5b5ac66e7f5e9f.zip | |
progress on IPC endpoints
Diffstat (limited to 'src/platform/windows/win_ipc.h')
| -rw-r--r-- | src/platform/windows/win_ipc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/platform/windows/win_ipc.h b/src/platform/windows/win_ipc.h index 9a4e245a..781522b9 100644 --- a/src/platform/windows/win_ipc.h +++ b/src/platform/windows/win_ipc.h @@ -1,7 +1,7 @@ // // Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> -// Copyright 2018 Devolutions <infos@devolutions.net> +// Copyright 2018 Devolutions <info@devolutions.net> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -16,6 +16,7 @@ #include "core/nng_impl.h" #include "win_impl.h" +#include <nng/transport/ipc/ipc.h> #define IPC_PIPE_PREFIX "\\\\.\\pipe\\" @@ -54,6 +55,7 @@ struct nni_ipc_listener { nni_mtx mtx; nni_cv cv; nni_win_io io; + nni_sockaddr sa; int rv; }; |
