X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Ftipc%2Fcore.h;h=e4e9a56de64b53ec925f4e7d27bbb55ba31edbac;hb=6beb19a62a87ef6f7107fcd43c2cc1ebad3edfb5;hp=b96b41eabf121cc8577b65d0ad5bb0727ca5d3f7;hpb=51a73ba5f409ef6f419c8ec3a0d1257633500aaa;p=cascardo%2Flinux.git diff --git a/net/tipc/core.h b/net/tipc/core.h index b96b41eabf12..e4e9a56de64b 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -63,7 +63,7 @@ struct tipc_node; struct tipc_bearer; struct tipc_bcbearer; -struct tipc_bclink; +struct tipc_bc_base; struct tipc_link; struct tipc_name_table; struct tipc_server; @@ -94,7 +94,7 @@ struct tipc_net { /* Broadcast link */ struct tipc_bcbearer *bcbearer; - struct tipc_bclink *bclink; + struct tipc_bc_base *bcbase; struct tipc_link *bcl; /* Socket hash table */