From: VMware, Inc <> Date: Mon, 26 Apr 2010 18:08:12 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.04.25-253928~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db6f9779b520801edd822ec7cbe882d3c5254ac;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/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 9c7fd429a..f6b16cd41 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -653,9 +653,13 @@ typedef int pid_t; */ #define RANK_UNRANKED 0 -#define RANK_userlevelLock 100 -#define RANK_LEAF 0xFFFE -#define RANK_INVALID 0xFFFF +#define RANK_LEAF 0xFFFFFFFE +#define RANK_INVALID 0xFFFFFFFF + +/* + * VMX/VMM/device lock rank space is from 1 to 200. See + * vmx/public/mutexRank.h. + */ /* * Use to initialize cbSize for this structure to preserve < Vista