Whamcloud - gitweb
LU-11444 ptlrpc: resend may corrupt the data
[fs/lustre-release.git] / lustre / include / lustre_export.h
index 83e3bbe..5862cb8 100644 (file)
@@ -307,7 +307,8 @@ struct obd_export {
        /** highest XID received by export client that has no
         * unreceived lower-numbered XID
         */
-       __u64                     exp_last_xid;
+       __u64                   exp_last_xid;
+       long                    *exp_used_slots;
 };
 
 #define exp_target_data u.eu_target_data