summaryrefslogtreecommitdiff
path: root/db/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/repl.h')
-rw-r--r--db/repl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/repl.h b/db/repl.h
index e73359fd52a..e6db4baaf9c 100644
--- a/db/repl.h
+++ b/db/repl.h
@@ -95,6 +95,7 @@ class Source {
public:
string hostName; // ip addr or hostname
string sourceName; // a logical source name.
+ string only; // only a certain db. note that in the sources collection, this may not be changed once you start replicating.
/* the last time point we have already synced up to. */
OpTime syncedTo;