From: VMware, Inc <> Date: Fri, 18 Sep 2009 21:44:06 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2009.09.18-193784~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=166b87312dcbcd5a2217ef12bd3cf75d55e13765;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/backdoor_def.h b/open-vm-tools/lib/include/backdoor_def.h index be5c6bf8d..1aee6dc0e 100644 --- a/open-vm-tools/lib/include/backdoor_def.h +++ b/open-vm-tools/lib/include/backdoor_def.h @@ -150,7 +150,8 @@ #define NESTING_CONTROL_ENTER_VMM 0 #define NESTING_CONTROL_EXIT_VMM 1 -#define NESTING_CONTROL_MAX 1 +#define NESTING_CONTROL_QUERY 2 +#define NESTING_CONTROL_MAX 2 /* High-bandwidth backdoor port. --hpreg */