summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2018-04-17 21:56:42 -0400
committerBenety Goh <benety@mongodb.com>2018-04-17 21:56:42 -0400
commita6411b4e7ac800272d7835fe77c6bc55516efa03 (patch)
tree2f960211abaa703603dd8f85353d9fdcb2eb6604 /src/mongo/db/repl/replication_coordinator.h
parent91274b50a3f58f69ce9016e14628f490d1df29a2 (diff)
downloadmongo-a6411b4e7ac800272d7835fe77c6bc55516efa03.tar.gz
SERVER-34372 add ReplicationCoordinator::signalDropPendingCollectionsRemovedFromStorage()
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator.h')
-rw-r--r--src/mongo/db/repl/replication_coordinator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/repl/replication_coordinator.h b/src/mongo/db/repl/replication_coordinator.h
index f43c285807c..7b6b77beb5f 100644
--- a/src/mongo/db/repl/replication_coordinator.h
+++ b/src/mongo/db/repl/replication_coordinator.h
@@ -829,6 +829,11 @@ public:
virtual Status abortCatchupIfNeeded() = 0;
/**
+ * Signals that drop pending collections have been removed from storage.
+ */
+ virtual void signalDropPendingCollectionsRemovedFromStorage() = 0;
+
+ /**
* Returns true if logOp() should not append an entry to the oplog for the namespace for this
* operation.
*/