summaryrefslogtreecommitdiff
path: root/db/repl.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-09-05 10:40:00 -0400
committerDwight <dmerriman@gmail.com>2008-09-05 10:40:00 -0400
commit5727d1b85310b878ad49130290e240512389328a (patch)
treea4bc16369dd619df581f18fbf8c65d268f29d4c0 /db/repl.h
parent5f9d52a2f5fc4e85691ec32a4199c5dfd16b04d2 (diff)
downloadmongo-5727d1b85310b878ad49130290e240512389328a.tar.gz
repl tweaks
justCreated wasn't qutie right smarter about handling new db's beign advertised log cleaner
Diffstat (limited to 'db/repl.h')
-rw-r--r--db/repl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/repl.h b/db/repl.h
index be9d14e2d1d..52f2719073f 100644
--- a/db/repl.h
+++ b/db/repl.h
@@ -93,6 +93,8 @@ class ReplSource {
auto_ptr<DBClientConnection> conn;
auto_ptr<DBClientCursor> cursor;
+ set<string> addDbNextPass;
+
ReplSource();
public:
bool paired; // --pair in use