From: Oliver Kurth Date: Wed, 4 Mar 2020 20:07:12 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed8028fb99dbf9e03189ad38ad190abfabdbe3e;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 a0a1bf57d..11b8c70d2 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2003-2019 VMware, Inc. All rights reserved. + * Copyright (C) 2003-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -543,6 +543,9 @@ AsyncSocket_CreateNamedPipe(const char *pipeName, DWORD accessType, AsyncSocketPollParams *pollParams, int *error); +AsyncSocket * +AsyncSocket_AttachToNamedPipe(HANDLE handle, AsyncSocketPollParams *pollParams, + int *outError); #endif AsyncSocket *