summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/primary_only_service_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/primary_only_service_op_observer.h')
-rw-r--r--src/mongo/db/repl/primary_only_service_op_observer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/repl/primary_only_service_op_observer.h b/src/mongo/db/repl/primary_only_service_op_observer.h
index 2dd563137a4..dec4118f887 100644
--- a/src/mongo/db/repl/primary_only_service_op_observer.h
+++ b/src/mongo/db/repl/primary_only_service_op_observer.h
@@ -62,6 +62,8 @@ public:
void onStartIndexBuildSinglePhase(OperationContext* opCtx, const NamespaceString& nss) final {}
+ void onAbortIndexBuildSinglePhase(OperationContext* opCtx, const NamespaceString& nss) final {}
+
void onCommitIndexBuild(OperationContext* opCtx,
const NamespaceString& nss,
CollectionUUID collUUID,