Merge branch 'master' into for-next
[pandora-kernel.git] / include / linux / ceph / messenger.h
index 291aa6e..ca768ae 100644 (file)
@@ -93,6 +93,7 @@ struct ceph_msg {
        bool more_to_follow;
        bool needs_out_seq;
        int front_max;
+       unsigned long ack_stamp;        /* tx: when we were acked */
 
        struct ceph_msgpool *pool;
 };