summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon/free_mon_stub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/free_mon/free_mon_stub.cpp')
-rw-r--r--src/mongo/db/free_mon/free_mon_stub.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/free_mon/free_mon_stub.cpp b/src/mongo/db/free_mon/free_mon_stub.cpp
index bc44e1dd9e4..9a3880ce08b 100644
--- a/src/mongo/db/free_mon/free_mon_stub.cpp
+++ b/src/mongo/db/free_mon/free_mon_stub.cpp
@@ -36,4 +36,8 @@ void startFreeMonitoring(ServiceContext* serviceContext) {}
void stopFreeMonitoring() {}
+void notifyFreeMonitoringOnTransitionToPrimary(){};
+
+void setupFreeMonitoringOpObserver(OpObserverRegistry* registry) {}
+
} // namespace mongo