Whamcloud - gitweb
LU-13029 lnet: fix asym routing with multi-hop
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index d41508a..ad80165 100644 (file)
@@ -814,6 +814,7 @@ struct lnet_route {
        __u32                   lr_hops;        /* how far I am */
        unsigned int            lr_priority;    /* route priority */
        bool                    lr_alive;       /* cached route aliveness */
+       bool                    lr_single_hop;  /* this route is single-hop */
 };
 
 #define LNET_REMOTE_NETS_HASH_DEFAULT  (1U << 7)