Whamcloud - gitweb
LU-10800 lnet: Revert "LU-10270 lnet: remove an early rx code"
[fs/lustre-release.git] / lnet / klnds / o2iblnd / o2iblnd.h
index 7a465aa..8ac9c45 100644 (file)
@@ -703,6 +703,8 @@ typedef struct kib_conn
        ktime_t                 ibc_last_send;
        /** link chain for kiblnd_check_conns only */
        struct list_head        ibc_connd_list;
+       /** rxs completed before ESTABLISHED */
+       struct list_head        ibc_early_rxs;
        /** IBLND_MSG_NOOPs for IBLND_MSG_VERSION_1 */
        struct list_head        ibc_tx_noops;
        /* sends that need a credit */