Whamcloud - gitweb
LU-11300 lnet: cache ni status
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 6690f07..96dafdc 100644 (file)
@@ -599,6 +599,8 @@ struct lnet_peer_ni {
        int                     lpni_cpt;
        /* state flags -- protected by lpni_lock */
        unsigned                lpni_state;
+       /* status of the peer NI as reported by the peer */
+       __u32                   lpni_ns_status;
        /* sequence number used to round robin over peer nis within a net */
        __u32                   lpni_seq;
        /* sequence number used to round robin over gateways */