]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Appinfo.h: Add define for APP_INFO_GUESTINFO_KEY
authorOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:46 +0000 (12:05 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 10 Jun 2020 19:05:46 +0000 (12:05 -0700)
open-vm-tools/lib/include/vmware/guestrpc/appInfo.h

index bef7fc68562685933c96139f893be12eda0700c9..b912c9ed7aa43f6a64ca0c9201dc82b1b991d115 100644 (file)
@@ -30,6 +30,7 @@
  * The guest Variable name for the application information.
  */
 #define APP_INFO_GUESTVAR_KEY         "appInfo"
+#define APP_INFO_GUESTINFO_KEY        "guestinfo." APP_INFO_GUESTVAR_KEY
 
 #define APP_INFO_VERSION_1            1
 #define APP_INFO_KEY_VERSION          "version"