]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKruti <kpendharkar@vmware.com>
Tue, 27 Aug 2024 09:10:59 +0000 (02:10 -0700)
committerKruti <kpendharkar@vmware.com>
Tue, 27 Aug 2024 09:10:59 +0000 (02:10 -0700)
open-vm-tools/lib/include/vmware/guestrpc/containerInfo.h

index f22edbcf8e6df4825222a30d20215736f172d71f..0519b8860d4413dbd742e1275c095eff4cf5dec5 100644 (file)
@@ -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