From: Oliver Kurth Date: Wed, 1 Apr 2020 18:53:33 +0000 (-0700) Subject: sync tclodefs.h to source X-Git-Tag: stable-11.1.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a2ae04c1aaa26186add04e6f44823ec6777ca5b;p=thirdparty%2Fopen-vm-tools.git sync tclodefs.h to source --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h index 560f438dc..564e5fd02 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/tclodefs.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2009-2018 VMware, Inc. All rights reserved. + * Copyright (C) 2009-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 @@ -141,7 +141,8 @@ enum { enum { GUESTRPCPKT_FIELD_TYPE = 1, - GUESTRPCPKT_FIELD_PAYLOAD + GUESTRPCPKT_FIELD_PAYLOAD, + GUESTRPCPKT_FIELD_FAST_CLOSE }; #endif /* _TCLODEFS_H_ */