X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Ftipc%2Fnode.h;h=a07cc79ea63719f2aaec8737aee2b59153789cc9;hb=4b301536694facb93f597281580f5ad907d36050;hp=781126e084aea5bab759de5bff27e0285d4d84ab;hpb=1fc54d8f49c1270c584803437fb7c0ac543588c1;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/tipc/node.h b/net/tipc/node.h index 781126e..a07cc79 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h @@ -51,6 +51,7 @@ * @nsub: list of "node down" subscriptions monitoring node * @active_links: pointers to active links to node * @links: pointers to all links to node + * @working_links: number of working links to node (both active and standby) * @link_cnt: number of links to node * @permit_changeover: non-zero if node has redundant links to this system * @routers: bitmap (used for multicluster communication) @@ -76,6 +77,7 @@ struct node { struct link *active_links[2]; struct link *links[MAX_BEARERS]; int link_cnt; + int working_links; int permit_changeover; u32 routers[512/32]; int last_router;