summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/master_slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/master_slave.h')
-rw-r--r--src/mongo/db/repl/master_slave.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/master_slave.h b/src/mongo/db/repl/master_slave.h
index f30f9f2bdd5..65e9384732c 100644
--- a/src/mongo/db/repl/master_slave.h
+++ b/src/mongo/db/repl/master_slave.h
@@ -123,6 +123,8 @@ namespace repl {
// populates _me so that it can be passed to oplogreader for handshakes
void ensureMe();
+ void forceResync(OperationContext* txn, const char *requester);
+
public:
OplogReader oplogReader;
@@ -165,7 +167,6 @@ namespace repl {
static bool throttledForceResyncDead( OperationContext* txn, const char *requester );
static void forceResyncDead( OperationContext* txn, const char *requester );
- void forceResync( OperationContext* txn, const char *requester );
};
/**