From: Oliver Kurth Date: Wed, 8 Apr 2020 19:04:15 +0000 (-0700) Subject: sync tclodefs.h to source X-Git-Tag: stable-11.2.0~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32df621461ca3f7f7188763be0f3b269b71b87cb;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_ */