summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/fcv_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer/fcv_op_observer.h')
-rw-r--r--src/mongo/db/op_observer/fcv_op_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer/fcv_op_observer.h b/src/mongo/db/op_observer/fcv_op_observer.h
index d9040c52c44..c7641fd6d9a 100644
--- a/src/mongo/db/op_observer/fcv_op_observer.h
+++ b/src/mongo/db/op_observer/fcv_op_observer.h
@@ -86,7 +86,8 @@ public:
BSONObj indexDoc) final {}
void onDropGlobalIndex(OperationContext* opCtx,
const NamespaceString& globalIndexNss,
- const UUID& globalIndexUUID) final{};
+ const UUID& globalIndexUUID,
+ long long numKeys) final{};
void onCreateIndex(OperationContext* opCtx,
const NamespaceString& nss,