aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/name_distr.h
diff options
context:
space:
mode:
authorJon Maloy <jon.maloy@ericsson.com>2018-03-15 16:48:55 +0100
committerDavid S. Miller <davem@davemloft.net>2018-03-17 17:11:46 -0400
commite50e73e10757ac86fcb1aaa986055049e060727a (patch)
tree5e391511f787a056856dff10d4785903ff22cab3 /net/tipc/name_distr.h
parenttipc: merge two lists in struct publication (diff)
downloadlinux-dev-e50e73e10757ac86fcb1aaa986055049e060727a.tar.xz
linux-dev-e50e73e10757ac86fcb1aaa986055049e060727a.zip
tipc: some name changes
We rename some lists and fields in struct publication both to make the naming more consistent and to better reflect their roles. We also update the descriptions of those lists. node_list -> local_publ cluster_list -> all_publ pport_list -> binding_sock ref -> port There are no functional changes in this commit. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/name_distr.h')
-rw-r--r--net/tipc/name_distr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/name_distr.h b/net/tipc/name_distr.h
index 1264ba0af937..4753e628d7c4 100644
--- a/net/tipc/name_distr.h
+++ b/net/tipc/name_distr.h
@@ -63,7 +63,7 @@ struct distr_item {
__be32 type;
__be32 lower;
__be32 upper;
- __be32 ref;
+ __be32 port;
__be32 key;
};