From: VMware, Inc <> Date: Mon, 26 Jul 2010 19:23:35 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.07.25-280253~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2151863a188dd75bd3db8f87f357e5a816b27c23;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/mutexRank.h b/open-vm-tools/lib/include/mutexRank.h index 00084003e..4942af6bb 100644 --- a/open-vm-tools/lib/include/mutexRank.h +++ b/open-vm-tools/lib/include/mutexRank.h @@ -70,6 +70,15 @@ * vmx/public/mutexRankVMX.h for definitions. */ +/* + * Foundry lock rank space. + * + * This rank space is from RANK_foundryLockBase on up to + * RANK_foundryLockLeaf. See apps/lib/foundry/mutexRankFoundry.h for + * definitions. + */ +#define RANK_foundryLockBase 0x80000000 + /* * bora/lib lock rank space. *