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;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;84 unsigned long sub_renew_sent;85 struct ceph_connection con;[all …]
Completed in 3 milliseconds