Whamcloud - gitweb
LU-13912 lnet: Correct the router ping interval calculation
[fs/lustre-release.git] / lnet / include / lnet / lib-types.h
index 51afa78..ed52e0a 100644 (file)
@@ -810,8 +810,8 @@ struct lnet_peer_net {
        /* peer net health */
        int                     lpn_healthv;
 
-       /* time of last router net check attempt */
-       time64_t                lpn_rtrcheck_timestamp;
+       /* time of next router ping on this net */
+       time64_t                lpn_next_ping;
 
        /* selection sequence number */
        __u32                   lpn_seq;