summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/shard_server_op_observer.h')
-rw-r--r--src/mongo/db/s/shard_server_op_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/shard_server_op_observer.h b/src/mongo/db/s/shard_server_op_observer.h
index 28c8337e477..3c1db831e7d 100644
--- a/src/mongo/db/s/shard_server_op_observer.h
+++ b/src/mongo/db/s/shard_server_op_observer.h
@@ -56,7 +56,8 @@ public:
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,