summaryrefslogtreecommitdiffstats
path: root/src/mgr/MgrClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mgr/MgrClient.h')
-rw-r--r--src/mgr/MgrClient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mgr/MgrClient.h b/src/mgr/MgrClient.h
index bcaf3de5ea5..92775d62e3b 100644
--- a/src/mgr/MgrClient.h
+++ b/src/mgr/MgrClient.h
@@ -63,7 +63,8 @@ protected:
void wait_on_list(list<Cond*>& ls);
void signal_cond_list(list<Cond*>& ls);
- list<Cond*> waiting_for_map;
+
+ list<Cond*> waiting_for_session;
public:
MgrClient(CephContext *cct_, Messenger *msgr_);