From: Katy Feng Date: Thu, 6 Apr 2023 18:27:41 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee7744f7716467185c2a7abda8776ea10387f5f;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/mutexRankLib.h b/open-vm-tools/lib/include/mutexRankLib.h index 28e90f4f1..9fd02c2e3 100644 --- a/open-vm-tools/lib/include/mutexRankLib.h +++ b/open-vm-tools/lib/include/mutexRankLib.h @@ -211,7 +211,8 @@ extern "C" { * battery/button < preference * workerLib < something for sure under VThread_Create * licenseCheck < preference - * sslState < getSafeTmpDir + * sslState < sslCrlCache + * sslCrlCache < getSafeTmpDir */ #define RANK_vigorTransportListLock (RANK_libLockBase + 0x7010) @@ -223,7 +224,8 @@ extern "C" { #define RANK_configDbLock (RANK_libLockBase + 0x7070) #define RANK_keyLocatorLock (RANK_libLockBase + 0x7080) #define RANK_sslStateLock (RANK_libLockBase + 0x7085) -#define RANK_getSafeTmpDirLock (RANK_libLockBase + 0x7086) +#define RANK_sslCrlCacheLock (RANK_libLockBase + 0x7086) +#define RANK_getSafeTmpDirLock (RANK_libLockBase + 0x7087) #define RANK_licenseCheckLock (RANK_libLockBase + 0x7090) #define RANK_preferenceLock (RANK_libLockBase + 0x7100)