On 03/27/2016 04:05 AM, Jon Maloy wrote:
> We remove a couple of leftover fields in struct tipc_bearer. Those
> were used by the old broadcast implementation, and are not needed
> any longer. There are no functional changes in this commit.
> 
> Signed-off-by: Jon Maloy <jon.ma...@ericsson.com>

Acked-by: Ying Xue <ying....@windriver.com>

> ---
>  net/tipc/bearer.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h
> index e318205..8c52a34 100644
> --- a/net/tipc/bearer.h
> +++ b/net/tipc/bearer.h
> @@ -142,7 +142,6 @@ struct tipc_media {
>   * @identity: array index of this bearer within TIPC bearer array
>   * @link_req: ptr to (optional) structure making periodic link setup requests
>   * @net_plane: network plane ('A' through 'H') currently associated with 
> bearer
> - * @nodes: indicates which nodes in cluster can be reached through bearer
>   *
>   * Note: media-specific code is responsible for initialization of the fields
>   * indicated below when a bearer is enabled; TIPC's generic bearer code takes
> @@ -163,8 +162,6 @@ struct tipc_bearer {
>       u32 identity;
>       struct tipc_link_req *link_req;
>       char net_plane;
> -     int node_cnt;
> -     struct tipc_node_map nodes;
>  };
>  
>  struct tipc_bearer_names {
> 


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to