This commit is contained in:
unknown 2004-12-16 22:19:59 +01:00
parent 80c1bddd1b
commit 4935b27c47
2 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,6 @@ typedef struct NewVar
} NewVARIABLE; /* 128 bits */
class SimulatedBlock {
friend class MutexManager;
friend class SafeCounter;
friend class SafeCounterManager;
friend struct UpgradeStartup;
@ -468,7 +467,8 @@ public:
BlockReference reference() const;
void progError(int line, int err_code, const char* extra = 0);
};
friend class MutexManager;
MutexManager c_mutexMgr;
void ignoreMutexUnlockCallback(Signal* signal, Uint32 ptrI, Uint32 retVal);

View file

@ -1730,9 +1730,9 @@ const ConfigInfo::ParamInfo ConfigInfo::m_ParamInfo[] = {
"NodeId1",
"SHM",
"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,
ConfigInfo::STRING,
ConfigInfo::CI_STRING,
MANDATORY,
0, 0 },