]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Added delayed_worky
authorPatience Warnick <patience@cranium.pelton.net>
Mon, 7 Apr 2008 17:28:18 +0000 (10:28 -0700)
committerPatience Warnick <patience@cranium.pelton.net>
Mon, 7 Apr 2008 17:28:18 +0000 (10:28 -0700)
src/kernel/mon_client.h

index e272621a71ffe89c65ad9ac7300353e39e5306fe..10fc2435736bc9bd5e5b25ee21e8bb66429a7da9 100644 (file)
@@ -32,6 +32,10 @@ struct ceph_mon_client {
        u64 last_tid;
 
        u32 want_mdsmap;  /* protected by caller's lock */
+       struct delayed_work delayed_work;  /* delayed work */
+       unsigned long delay;
+
+       struct ceph_msg *msg;
 };
 
 extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end);