Commit 25451e72 authored by unknown's avatar unknown

merge

parent 5282ebd1
...@@ -76,7 +76,6 @@ typedef struct NewVar ...@@ -76,7 +76,6 @@ typedef struct NewVar
} NewVARIABLE; /* 128 bits */ } NewVARIABLE; /* 128 bits */
class SimulatedBlock { class SimulatedBlock {
friend class MutexManager;
friend class SafeCounter; friend class SafeCounter;
friend class SafeCounterManager; friend class SafeCounterManager;
friend struct UpgradeStartup; friend struct UpgradeStartup;
...@@ -468,7 +467,8 @@ public: ...@@ -468,7 +467,8 @@ public:
BlockReference reference() const; BlockReference reference() const;
void progError(int line, int err_code, const char* extra = 0); void progError(int line, int err_code, const char* extra = 0);
}; };
friend class MutexManager;
MutexManager c_mutexMgr; MutexManager c_mutexMgr;
void ignoreMutexUnlockCallback(Signal* signal, Uint32 ptrI, Uint32 retVal); void ignoreMutexUnlockCallback(Signal* signal, Uint32 ptrI, Uint32 retVal);
......
...@@ -1730,9 +1730,9 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = { ...@@ -1730,9 +1730,9 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
"NodeId1", "NodeId1",
"SHM", "SHM",
"Id of node ("DB_TOKEN_PRINT", "API_TOKEN_PRINT" or "MGM_TOKEN_PRINT") on one side of the connection", "Id of node ("DB_TOKEN_PRINT", "API_TOKEN_PRINT" or "MGM_TOKEN_PRINT") on one side of the connection",
ConfigInfo::USED, ConfigInfo::CI_USED,
false, false,
ConfigInfo::STRING, ConfigInfo::CI_STRING,
MANDATORY, MANDATORY,
0, 0 }, 0, 0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment