Searched defs:ceph_mon_client (Results 1 – 1 of 1) sorted by relevance
70 struct ceph_mon_client { struct71 struct ceph_client *client;72 struct ceph_monmap *monmap;74 struct mutex mutex;75 struct delayed_work delayed_work;77 struct ceph_auth_client *auth;78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;79 int pending_auth;81 bool hunting;82 int cur_mon; /* last monitor i contacted */[all …]