diff options
Diffstat (limited to 'src/mgr/MgrStandby.h')
-rw-r--r-- | src/mgr/MgrStandby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mgr/MgrStandby.h b/src/mgr/MgrStandby.h index ae1d02e3328..98b9d0d22a7 100644 --- a/src/mgr/MgrStandby.h +++ b/src/mgr/MgrStandby.h @@ -49,7 +49,7 @@ protected: LogClient log_client; LogChannelRef clog, audit_clog; - Mutex lock; + ceph::mutex lock = ceph::make_mutex("MgrStandby::lock"); Finisher finisher; SafeTimer timer; |