Whamcloud - gitweb
LU-7734 lnet: configure peers from DLC
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index c073953..1799889 100644 (file)
@@ -424,6 +424,8 @@ typedef struct {
 struct lnet_peer_ni {
        /* cahian on peer_net */
        struct list_head        lpni_on_peer_net_list;
+       /* chain on remote peer list */
+       struct list_head        lpni_on_remote_peer_ni_list;
        /* chain on peer hash */
        struct list_head        lpni_hashlist;
        /* messages blocking for tx credits */
@@ -744,6 +746,8 @@ typedef struct
        struct lnet_peer_table          **ln_peer_tables;
        /* list of configured or discovered peers */
        struct list_head                ln_peers;
+       /* list of peer nis not on a local network */
+       struct list_head                ln_remote_peer_ni_list;
        /* failure simulation */
        struct list_head                ln_test_peers;
        struct list_head                ln_drop_rules;