From: Oliver Kurth Date: Tue, 18 Dec 2018 21:19:48 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07877933b3b2890f1111d07c92cff54e839ff8c6;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 7bfddb844..fbde187de 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -238,6 +238,8 @@ extern "C" { # define BDOOR_CMD_GMM_ENTER_INIT 2 # define BDOOR_CMD_GMM_ENTER_EVENT 3 # define BDOOR_CMD_GMM_ONESHOT_TIMER 4 +# define BDOOR_CMD_GMM_WATCH_PPNS_START 5 +# define BDOOR_CMD_GMM_WATCH_PPNS_STOP 6 #define BDOOR_CMD_MAX 97