Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Aaron
2009-03-10 11:26:14 -04:00
4 changed files with 10 additions and 22 deletions

View File

@@ -61,7 +61,8 @@ namespace mongo {
long long oplogSize = 0;
bool useCursors = true;
bool useHints = true;
void closeAllSockets();
void flushOpLog( stringstream &ss ) {
if( _oplog.f && _oplog.f->is_open() ) {