diff options
| author | Jon Maloy <[email protected]> | 2021-03-17 02:06:08 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-03-17 18:51:04 +0000 |
| commit | 998d3907f419ed5c27728161d34f5ed14be53fc0 (patch) | |
| tree | bd426a798bca3df3c922261e084006c03de2c656 /net/tipc/node.c | |
| parent | Merge branch 'ethtool-strings' (diff) | |
| download | kernel-998d3907f419ed5c27728161d34f5ed14be53fc0.tar.gz kernel-998d3907f419ed5c27728161d34f5ed14be53fc0.zip | |
tipc: re-organize members of struct publication
In a future commit we will introduce more members to struct publication.
In order to keep this structure comprehensible we now group some of
its current fields into the sub-structures where they really belong,
- A struct tipc_service_range for the functional address the publication
is representing.
- A struct tipc_socket_addr for the socket bound to that service range.
We also rename the stack variable 'publ' to just 'p' in a few places.
This is just as easy to understand in the given context, and keeps the
number of wrapped code lines to a minimum.
There are no functional changes in this commit.
Signed-off-by: Jon Maloy <[email protected]>
Acked-by: Ying Xue <[email protected]>
Acked-by: Hoang Le <[email protected]>
Acked-by: Tung Nguyen <[email protected]>
Acked-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions
