From: John Wolfe Date: Tue, 7 Sep 2021 13:39:53 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e551b81709ee4f42e79f2f4aaa47d9443e24a2fa;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- 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 *