diff options
Diffstat (limited to 'src/mon/OSDMonitor.h')
-rw-r--r-- | src/mon/OSDMonitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index 02f0fa36cce..ea04eb83350 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -677,7 +677,7 @@ protected: void set_default_laggy_params(int target_osd); public: - OSDMonitor(CephContext *cct, Monitor *mn, Paxos *p, const std::string& service_name); + OSDMonitor(CephContext *cct, Monitor &mn, Paxos &p, const std::string& service_name); void tick() override; // check state, take actions |