From: Kruti Date: Tue, 27 Aug 2024 09:10:59 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdc04df610cebde943967dc2042f90b6597d2ad;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vmware/guestrpc/containerInfo.h b/open-vm-tools/lib/include/vmware/guestrpc/containerInfo.h index f22edbcf8..0519b8860 100644 --- a/open-vm-tools/lib/include/vmware/guestrpc/containerInfo.h +++ b/open-vm-tools/lib/include/vmware/guestrpc/containerInfo.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 2021 VMware, Inc. All rights reserved. + * Copyright (c) 2021-2024 Broadcom. All Rights Reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -47,6 +48,7 @@ #define CONTAINERINFO_KEY "containerinfo" #define CONTAINERINFO_GUESTVAR_KEY "vmtools." CONTAINERINFO_KEY +#define CONTAINERINFO_GUESTINFO_KEY "guestinfo." CONTAINERINFO_GUESTVAR_KEY #define CONTAINERINFO_VERSION_1 1 #define CONTAINERINFO_KEY_VERSION "version" #define CONTAINERINFO_KEY_UPDATE_COUNTER "updateCounter" @@ -55,4 +57,4 @@ /* clang-format on */ -#endif \ No newline at end of file +#endif