summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrStandby.h
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2019-07-07 05:14:49 +0200
committerKefu Chai <kchai@redhat.com>2019-08-03 03:34:50 +0200
commitc93dc8849145c1630058e4c0e527f404929216ff (patch)
treeba5aa6d6ae388bae28c30708d412172fded965b5 /src/mgr/MgrStandby.h
parentlibrados: s/Mutex/ceph::mutex/ (diff)
downloadceph-c93dc8849145c1630058e4c0e527f404929216ff.tar.xz
ceph-c93dc8849145c1630058e4c0e527f404929216ff.zip
mgr: s/Mutex/ceph::mutex/
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/mgr/MgrStandby.h')
-rw-r--r--src/mgr/MgrStandby.h2
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;