X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Finclude%2Flnet%2Flib-types.h;h=c25241fb834a5313979af3a103ebf97c4da1ffb5;hp=5199f84d80800caa937e1b77650d7a09f0adb13a;hb=339c7b2b784a528f41c432e9b90285d3445b7536;hpb=d68d56c00e7788a445f94b6e099f7f8b9e259bae diff --git a/lnet/include/lnet/lib-types.h b/lnet/include/lnet/lib-types.h index 5199f84..c25241f 100644 --- a/lnet/include/lnet/lib-types.h +++ b/lnet/include/lnet/lib-types.h @@ -544,11 +544,6 @@ struct lnet_peer_table { struct list_head *pt_hash; /* NID->peer hash */ }; -/* peer aliveness is enabled only on routers for peers in a network where the - * lnet_ni_t::ni_peertimeout has been set to a positive value */ -#define lnet_peer_aliveness_enabled(lp) (the_lnet.ln_routing != 0 && \ - (lp)->lp_ni->ni_peertimeout > 0) - typedef struct { struct list_head lr_list; /* chain on net */ struct list_head lr_gwlist; /* chain on gateway */