diff options
Diffstat (limited to 'include/linux/ceph/messenger.h')
-rw-r--r-- | include/linux/ceph/messenger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 291aa6e18d31..ca768ae729b4 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -93,6 +93,7 @@ struct ceph_msg { | |||
93 | bool more_to_follow; | 93 | bool more_to_follow; |
94 | bool needs_out_seq; | 94 | bool needs_out_seq; |
95 | int front_max; | 95 | int front_max; |
96 | unsigned long ack_stamp; /* tx: when we were acked */ | ||
96 | 97 | ||
97 | struct ceph_msgpool *pool; | 98 | struct ceph_msgpool *pool; |
98 | }; | 99 | }; |