Whamcloud - gitweb
LU-9121 lnet: select best peer and local net
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index a74da09..ee6cd9d 100644 (file)
@@ -369,6 +369,9 @@ struct lnet_net {
         * lnet/include/lnet/nidstr.h */
        __u32                   net_id;
 
+       /* round robin selection */
+       __u32                   net_seq;
+
        /* total number of CPTs in the array */
        __u32                   net_ncpts;