summaryrefslogtreecommitdiff
path: root/db/repl.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-08-25 16:46:39 -0400
committerDwight <dmerriman@gmail.com>2008-08-25 16:46:39 -0400
commitca08e48791b87cfb248ed3cf10c1852d788ae029 (patch)
treec1b75803c486f6b28524a04c2e95f50f15b0fb06 /db/repl.h
parent94f9bdee473f53837e5ec052526f40d857eb9d1e (diff)
downloadmongo-ca08e48791b87cfb248ed3cf10c1852d788ae029.tar.gz
repl tweaks
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;