summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.h')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.h b/src/mongo/db/repl/storage_interface_impl.h
index fce61bfa454..a722b053d48 100644
--- a/src/mongo/db/repl/storage_interface_impl.h
+++ b/src/mongo/db/repl/storage_interface_impl.h
@@ -182,7 +182,8 @@ public:
*/
Status isAdminDbValid(OperationContext* opCtx) override;
- void waitForAllEarlierOplogWritesToBeVisible(OperationContext* opCtx) override;
+ void waitForAllEarlierOplogWritesToBeVisible(OperationContext* opCtx,
+ bool primaryOnly) override;
void oplogDiskLocRegister(OperationContext* opCtx,
const Timestamp& ts,
bool orderedCommit) override;