From: Allan Stephens Date: Fri, 22 Apr 2011 00:05:25 +0000 (-0500) Subject: tipc: Add monitoring of number of nodes discovered by bearer X-Git-Tag: v3.0-rc1~377^2~111^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1209966cd5d2ec7f89ad2ed58a6a342aa8ea8712;p=pandora-kernel.git tipc: Add monitoring of number of nodes discovered by bearer Augments TIPC's discovery object to track the number of neighboring nodes having an active link to the associated bearer. This means tipc_disc_update_link_req() becomes either one of: tipc_disc_add_dest() or: tipc_disc_remove_dest() depending on the code flow direction of things. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed