diff options
author | Jon Maloy <jon.maloy@ericsson.com> | 2018-03-15 16:48:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-17 17:11:46 -0400 |
commit | e50e73e10757ac86fcb1aaa986055049e060727a (patch) | |
tree | 5e391511f787a056856dff10d4785903ff22cab3 /net/tipc/name_distr.h | |
parent | 935439cc48ef24f0e50396be3684a0f27e609363 (diff) | |
download | op-kernel-dev-e50e73e10757ac86fcb1aaa986055049e060727a.zip op-kernel-dev-e50e73e10757ac86fcb1aaa986055049e060727a.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/name_distr.h b/net/tipc/name_distr.h index 1264ba0..4753e62 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; }; |