ceph: allow renewal of auth credentials
[safe/jmp/linux-2.6] / fs / ceph / mon_client.h
index c75b533..5ca8e48 100644 (file)
@@ -61,6 +61,7 @@ struct ceph_mon_client {
 
        struct ceph_auth_client *auth;
        struct ceph_msg *m_auth;
+       int pending_auth;
 
        bool hunting;
        int cur_mon;                       /* last monitor i contacted */
@@ -110,6 +111,8 @@ extern int ceph_monc_do_statfs(struct ceph_mon_client *monc,
 
 extern int ceph_monc_open_session(struct ceph_mon_client *monc);
 
+extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);
+
 
 
 #endif