commit | 1209966cd5d2ec7f89ad2ed58a6a342aa8ea8712 | [log] [tgz] |
---|---|---|
author | Allan Stephens <Allan.Stephens@windriver.com> | Thu Apr 21 19:05:25 2011 -0500 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue May 10 16:04:01 2011 -0400 |
tree | 9de9cbaf37a33ae5be16f3d57eb10f9b3aaef216 | |
parent | 691a62075922b43b2b03def87ebcfdfbf0cd2ed8 [diff] |
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 <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>