Whamcloud - gitweb
LU-10391 lnet: change lp_primary_nid to struct lnet_nid
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 6946e90..0543264 100644 (file)
@@ -660,7 +660,7 @@ struct lnet_peer {
        struct list_head        lp_rtr_list;
 
        /* primary NID of the peer */
-       lnet_nid_t              lp_primary_nid;
+       struct lnet_nid         lp_primary_nid;
 
        /* source NID to use during discovery */
        lnet_nid_t              lp_disc_src_nid;