From: John Wolfe Date: Tue, 6 Oct 2020 21:30:55 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~301 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49103fbe71707b99323c996a23ec22fde5cb1438;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 0ff7bcd62..355e42b90 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -270,7 +270,8 @@ extern "C" { # define BDOOR_CMD_PRECISIONCLOCK_GETTIME 0 # define BDOOR_CMD_PRECISIONCLOCK_SETTIME 1 # define BDOOR_CMD_PRECISIONCLOCK_ADJTIME 2 -# define BDOOR_CMD_PRECISIONCLOCK_NUMCMDS 3 +# define BDOOR_CMD_PRECISIONCLOCK_ADJFREQ 3 +# define BDOOR_CMD_PRECISIONCLOCK_NUMCMDS 4 #define BDOOR_CMD_COREDUMP_UNSYNC 98 /* Devel only. For VMM cores */ #define BDOOR_CMD_APPLE_GPU_RES_SET 99 #define BDOOR_CMD_MAX 100