From: Oliver Kurth Date: Wed, 1 Apr 2020 18:31:36 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b6819ed3ba196f52639c5984be40475ce2fffc;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index b997a7c06..a1e33a2ed 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -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. */