Whamcloud - gitweb
LU-16452 kfilnd: Check replay deadline before send
[fs/lustre-release.git] / lnet / klnds / kfilnd / kfilnd.h
index 3173959..0939877 100644 (file)
@@ -749,6 +749,8 @@ struct kfilnd_transaction {
 
        /* Transaction deadline. */
        ktime_t deadline;
+       /* Transaction replay deadline. */
+       ktime_t tn_replay_deadline;
 
        ktime_t tn_alloc_ts;
        ktime_t tn_state_ts;