moving some globals into a common file

This commit is contained in:
Eliot Horowitz
2010-02-07 01:38:54 -05:00
parent efc3bd2a93
commit 6c6d40a375
4 changed files with 16 additions and 6 deletions

View File

@@ -55,10 +55,6 @@ namespace mongo {
bool master = false; // true means keep an op log
bool autoresync = false;
/* we use new here so we don't have to worry about destructor orders at program shutdown */
MongoMutex &dbMutex( *(new MongoMutex) );
// MutexInfo dbMutexInfo;
string dbExecCommand;
string bind_ip = "";