summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/process_health/fault_manager.h')
-rw-r--r--src/mongo/db/process_health/fault_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/fault_manager.h b/src/mongo/db/process_health/fault_manager.h
index e53daefac86..4ef3a6c36e2 100644
--- a/src/mongo/db/process_health/fault_manager.h
+++ b/src/mongo/db/process_health/fault_manager.h
@@ -115,7 +115,7 @@ public:
std::vector<HealthObserver*> getHealthObservers() const;
// Gets the aggregate configuration for all process health environment.
- FaultManagerConfig getConfig() const;
+ const FaultManagerConfig& getConfig() const;
// Gets the timestamp of the last transition
Date_t getLastTransitionTime() const;