X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=bbf0ab490e5cc82a81a40fde075cbce5c40e0678;hp=76f5d31a0df093037711465b06b4f623df1223e6;hb=e1526ef2b8446fbd9a5f8f8d6f2d5e02d1982a75;hpb=362e52efec1a6f6fd43b16ccd555b714a30642da diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index 76f5d31..bbf0ab4 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -465,6 +465,8 @@ struct lnet_peer_ni { int lpni_rtrcredits; /* low water mark */ int lpni_minrtrcredits; + /* bytes queued for sending */ + long lpni_txqnob; /* alive/dead? */ bool lpni_alive; /* notification outstanding? */ @@ -477,8 +479,6 @@ struct lnet_peer_ni { bool lpni_ping_notsent; /* # times router went dead<->alive. Protected with lpni_lock */ int lpni_alive_count; - /* bytes queued for sending */ - long lpni_txqnob; /* time of last aliveness news */ cfs_time_t lpni_timestamp; /* time of last ping attempt */