From: John Wolfe Date: Fri, 20 Nov 2020 16:37:30 +0000 (-0800) Subject: Changes to common header files not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed052eab5972e7c28ba40302c14e229c9e2cac7;p=thirdparty%2Fopen-vm-tools.git Changes to common header files not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/loglevel_userVars.h b/open-vm-tools/lib/include/loglevel_userVars.h index d1fbab3f8..420d46232 100644 --- a/open-vm-tools/lib/include/loglevel_userVars.h +++ b/open-vm-tools/lib/include/loglevel_userVars.h @@ -65,7 +65,8 @@ LOGLEVEL_VAR(crtbora), /* apps/crtbora */ \ LOGLEVEL_VAR(cui), \ LOGLEVEL_VAR(dataCache), \ - LOGLEVEL_VAR(dataSetsStore), \ + LOGLEVEL_VAR(dataSetsMgr), \ + LOGLEVEL_VAR(dataSetsStore),\ LOGLEVEL_VAR(device), \ LOGLEVEL_VAR(devicePowerOn), \ LOGLEVEL_VAR(deviceThread), \ diff --git a/open-vm-tools/lib/include/mutexRankLib.h b/open-vm-tools/lib/include/mutexRankLib.h index 8d2ca13f7..892d4978c 100644 --- a/open-vm-tools/lib/include/mutexRankLib.h +++ b/open-vm-tools/lib/include/mutexRankLib.h @@ -155,6 +155,7 @@ extern "C" { #define RANK_fsCmdLock (RANK_libLockBase + 0x5050) #define RANK_scsiStateLock (RANK_libLockBase + 0x5060) #define RANK_parInitLock (RANK_libLockBase + 0x5070) +#define RANK_datasetsLock (RANK_libLockBase + 0x5075) #define RANK_namespaceLock (RANK_libLockBase + 0x5080) #define RANK_objLibInitLock (RANK_libLockBase + 0x5085) #define RANK_vvolLibLock (RANK_libLockBase + 0x5090)