staging: lustre: DLC user/kernel space glue code
[deliverable/linux.git] / drivers / staging / lustre / include / linux / lnet / lib-types.h
index b0ba9d863dcd63ea72470f5e2fff4d9fe342c54c..e4a8f6e4e4b1513ad7021433fd0958bcc468db0e 100644 (file)
@@ -627,6 +627,14 @@ typedef struct {
        /* test protocol compatibility flags */
        int                               ln_testprotocompat;
 
+       /*
+        * 0 - load the NIs from the mod params
+        * 1 - do not load the NIs from the mod params
+        * Reverse logic to ensure that other calls to LNetNIInit
+        * need no change
+        */
+       bool                              ln_nis_from_mod_params;
+
 } lnet_t;
 
 #endif
This page took 0.027451 seconds and 5 git commands to generate.