diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2010-05-11 14:30:07 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-05-12 23:02:22 -0700 |
commit | 3aec9cc936217a30dbb45a9b6808a39571674e66 (patch) | |
tree | 5f7ef20ef9002935efa696c9e63fb37aed1a2291 /net/tipc | |
parent | 9ccc2eb4e12a39bd8430952b76c56c6267018500 (diff) | |
download | linux-3.10-3aec9cc936217a30dbb45a9b6808a39571674e66.tar.gz linux-3.10-3aec9cc936217a30dbb45a9b6808a39571674e66.tar.bz2 linux-3.10-3aec9cc936217a30dbb45a9b6808a39571674e66.zip |
tipc: Rename "multicast-link" to "broadcast-link"
Make a cosmetic change to the name displayed for the broadcast link,
to better reflect its true nature. Since TIPC utilizes this link to
distribute name table information, in addition to multicast messages
sent by user applications, the prior name "multicast-link" is
no longer appropriate.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
-rw-r--r-- | net/tipc/bcast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 90a051912c0..a18f26deb65 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -119,7 +119,7 @@ static struct bclink *bclink = NULL; static struct link *bcl = NULL; static DEFINE_SPINLOCK(bc_lock); -const char tipc_bclink_name[] = "multicast-link"; +const char tipc_bclink_name[] = "broadcast-link"; static u32 buf_seqno(struct sk_buff *buf) |