mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
tipc: rename struct media to struct tipc_media
Give it a meaningful prefix, as suggested by DaveM, so that it is consistent with things like struct tipc_bearer, and so it isn't confused with anything else. This has no impact on the actual runtime code behaviour. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
parent
d191854282
commit
358a0d1c9e
5 changed files with 15 additions and 15 deletions
|
@ -76,7 +76,7 @@ struct bcbearer_pair {
|
|||
|
||||
struct bcbearer {
|
||||
struct tipc_bearer bearer;
|
||||
struct media media;
|
||||
struct tipc_media media;
|
||||
struct bcbearer_pair bpairs[MAX_BEARERS];
|
||||
struct bcbearer_pair bpairs_temp[TIPC_MAX_LINK_PRI + 1];
|
||||
struct tipc_node_map remains;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue