Add autoresync option

This commit is contained in:
Aaron
2009-02-02 11:15:24 -05:00
parent c684aab51f
commit bf700c8040
4 changed files with 46 additions and 20 deletions

View File

@@ -39,7 +39,8 @@ namespace mongo {
bool slave = false;
bool master = false; // true means keep an op log
extern int curOp;
bool autoresync = false;
boost::mutex &dbMutex( *(new boost::mutex) );
MutexInfo dbMutexInfo;
//int dbLocked = 0;