summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/initial_sync.h')
-rw-r--r--src/mongo/db/repl/initial_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/initial_sync.h b/src/mongo/db/repl/initial_sync.h
index 69e99524b3e..593cefa3acf 100644
--- a/src/mongo/db/repl/initial_sync.h
+++ b/src/mongo/db/repl/initial_sync.h
@@ -46,7 +46,7 @@ namespace repl {
/**
* applies up to endOpTime, fetching missing documents as needed.
*/
- void oplogApplication(OperationContext* txn, const OpTime& endOpTime);
+ void oplogApplication(OperationContext* txn, const Timestamp& endOpTime);
};
// Used for ReplSetTest testing.