]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 1 Apr 2020 18:31:36 +0000 (11:31 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 1 Apr 2020 18:31:36 +0000 (11:31 -0700)
open-vm-tools/lib/include/backdoor_def.h

index b997a7c066f0ac5f5125895be53bb02aa1c2f60e..a1e33a2ed73ee155eec58f18bde9e840c5f4e013 100644 (file)
@@ -236,9 +236,11 @@ extern "C" {
 #  define BDOOR_CMD_GI_TEST_MAPPING         130
 #  define BDOOR_CMD_GI_TEST_PPN             131
 #  define BDOOR_CMD_GI_MAX                  131
-#define   BDOOR_CMD_MKSSTATS_SNAPSHOT        88 /* Devel only. */
-#  define BDOOR_CMD_MKSSTATS_START            0
-#  define BDOOR_CMD_MKSSTATS_STOP             1
+#define   BDOOR_CMD_MKSTEST                  88 /* Devel only. */
+#  define BDOOR_CMD_MKSTEST_STATS_START       0
+#  define BDOOR_CMD_MKSTEST_STATS_STOP        1
+#  define BDOOR_CMD_MKSTEST_CASE_START        2
+#  define BDOOR_CMD_MKSTEST_CASE_STOP         3
 #define   BDOOR_CMD_SECUREBOOT               89
 #define   BDOOR_CMD_COPY_PHYSMEM             90 /* Devel only. */
 #define   BDOOR_CMD_STEALCLOCK               91 /* CPL 0 only. */