From e551b81709ee4f42e79f2f4aaa47d9443e24a2fa Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Tue, 7 Sep 2021 06:39:53 -0700 Subject: [PATCH] Common header file change not applicable to open-vm-tools. --- open-vm-tools/lib/include/asyncsocket.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h index daf4f1245..16f9fbb00 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -569,6 +569,13 @@ AsyncSocket_CreateNamedPipe(const char *pipeName, AsyncSocket * AsyncSocket_AttachToNamedPipe(HANDLE handle, AsyncSocketPollParams *pollParams, int *outError); + +/* + * Obtain the client process id of the given named pipe + */ +Bool +AsyncSocket_GetNamedPipeClientProcessId(AsyncSocket* asock, + PULONG clientPid); #endif AsyncSocket * -- 2.47.3