From 27b7827532abcbdbecc54795da5b5ac66e7f5e9f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 29 Dec 2018 18:54:22 -0800 Subject: progress on IPC endpoints --- src/platform/windows/win_ipc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/platform/windows/win_ipc.h') 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. // Copyright 2018 Capitar IT Group BV -// Copyright 2018 Devolutions +// 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 @@ -16,6 +16,7 @@ #include "core/nng_impl.h" #include "win_impl.h" +#include #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; }; -- cgit v1.2.3-70-g09d2