Whamcloud - gitweb
LU-16822 lnet: always initialize IPv6 at start up
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 210de84..b5de29e 100644 (file)
@@ -1929,6 +1929,9 @@ struct lnet {
         */
        bool                            ln_nis_from_mod_params;
 
+       /* Switch to test large NIDs */
+       bool                            ln_nis_use_large_nids;
+
        /*
         * completion for the monitor thread. The monitor thread takes care of
         * checking routes, timedout messages and resending messages.