]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 7 Sep 2021 13:39:53 +0000 (06:39 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 7 Sep 2021 13:39:53 +0000 (06:39 -0700)
open-vm-tools/lib/include/asyncsocket.h

index daf4f1245b12b1ca17cedf57d19606f6d4947539..16f9fbb0014f9899899b693e620409c9c6e2307f 100644 (file)
@@ -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 *