Whamcloud - gitweb
LU-9480 lnet: add lnet_interfaces_max tunable
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index d0095a6..1797641 100644 (file)
@@ -404,7 +404,7 @@ typedef struct lnet_ni {
         * equivalent interfaces to use
         * This is an array because socklnd bonding can still be configured
         */
-       char                    *ni_interfaces[LNET_NUM_INTERFACES];
+       char                    *ni_interfaces[LNET_INTERFACES_NUM];
        struct net              *ni_net_ns;     /* original net namespace */
 } lnet_ni_t;