Whamcloud - gitweb
LU-12929 lnet: Remove field net_state in struct lnet_net
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index cf2edfd..cc02d45 100644 (file)
@@ -413,9 +413,6 @@ struct lnet_net {
        /* dying LND instances */
        struct list_head        net_ni_zombie;
 
-       /* network state */
-       enum lnet_net_state     net_state;
-
        /* when I was last alive */
        time64_t                net_last_alive;