]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Thu, 6 Apr 2023 18:27:41 +0000 (11:27 -0700)
committerKaty Feng <fkaty@vmware.com>
Thu, 6 Apr 2023 18:27:41 +0000 (11:27 -0700)
open-vm-tools/lib/include/mutexRankLib.h

index 28e90f4f1b9289f9bdc3ea1bbedf4d42b7cca794..9fd02c2e3a1350231b7658f9c05f8b80f499c3b7 100644 (file)
@@ -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)