diff options
author | Allan Stephens <Allan.Stephens@windriver.com> | 2011-01-25 22:39:59 +0300 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-02-24 02:05:22 +0300 |
commit | 2e07dda1659095115e5e36a2fed0fddc1e3ea1c8 (patch) | |
tree | 718f50cde6b29067f011744ed994addb21b2bb0e /net/tipc/discover.h | |
parent | 741de3e9ff6e07e908e1cad2eb03e29677fde093 (diff) | |
download | linux-2e07dda1659095115e5e36a2fed0fddc1e3ea1c8.tar.xz |
tipc: Remove unused message header field for requested number of links
Eliminates support for the "number of requested links" field in a neighbor
discovery message. This field was never used and has been removed from
the TIPC 2.0 protocol specification.
Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/discover.h')
-rw-r--r-- | net/tipc/discover.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/discover.h b/net/tipc/discover.h index 4046d7743f07..e48a167e47b2 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h @@ -41,8 +41,7 @@ struct link_req; struct link_req *tipc_disc_init_link_req(struct tipc_bearer *b_ptr, const struct tipc_media_addr *dest, - u32 dest_domain, - u32 req_links); + u32 dest_domain); void tipc_disc_update_link_req(struct link_req *req); void tipc_disc_stop_link_req(struct link_req *req); |