Home
last modified time | relevance | path

Searched defs:ceph_mon_client (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dmon_client.h59 struct ceph_mon_client { struct
60 struct ceph_client *client;
61 struct ceph_monmap *monmap;
63 struct mutex mutex;
64 struct delayed_work delayed_work;
66 struct ceph_auth_client *auth;
67 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
68 int pending_auth;
70 bool hunting;
71 int cur_mon; /* last monitor i contacted */
[all …]