X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=6121592aab6849c1eae8c4a9c715772cf7c2f578;hp=c83d53792b1260aadb34a82697ae03304c4b71e1;hb=00a2932b0aa7fe7584b5f46456d2ffaa57672716;hpb=f9ad0d13b092e483e6c25ac30b49812f9fbe8538 diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index c83d537..6121592 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -624,6 +624,12 @@ struct lnet_peer { /* # refs from lnet_route_t::lr_gateway */ int lp_rtr_refcount; + /* + * peer specific health sensitivity value to decrement peer nis in + * this peer with if set to something other than 0 + */ + __u32 lp_health_sensitivity; + /* messages blocking for router credits */ struct list_head lp_rtrq;