summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r--src/mongo/db/service_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h
index 96e965d53c7..55b0545171e 100644
--- a/src/mongo/db/service_context.h
+++ b/src/mongo/db/service_context.h
@@ -432,6 +432,11 @@ public:
*/
void notifyStartupComplete();
+ /*
+ * Returns the number of active client operations
+ */
+ int getActiveClientOperations();
+
/**
* Set the OpObserver.
*/