X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Ftipc%2Fdiscover.h;h=c9b12770c5ed9a4d4e38f17e5434c0bb86eecac5;hb=c93d3baa24095887005647984cff5de8c63d3611;hp=515b57392f4d881b567d6d29cc7677bfece5e4c7;hpb=54fef04ad05f15984082c225fe47ce6af8ea1c5c;p=deliverable%2Flinux.git diff --git a/net/tipc/discover.h b/net/tipc/discover.h index 515b57392f4d..c9b12770c5ed 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h @@ -39,11 +39,13 @@ struct tipc_link_req; -int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest); +int tipc_disc_create(struct net *net, struct tipc_bearer *b_ptr, + struct tipc_media_addr *dest); void tipc_disc_delete(struct tipc_link_req *req); -void tipc_disc_reset(struct tipc_bearer *b_ptr); +void tipc_disc_reset(struct net *net, struct tipc_bearer *b_ptr); void tipc_disc_add_dest(struct tipc_link_req *req); void tipc_disc_remove_dest(struct tipc_link_req *req); -void tipc_disc_rcv(struct sk_buff *buf, struct tipc_bearer *b_ptr); +void tipc_disc_rcv(struct net *net, struct sk_buff *buf, + struct tipc_bearer *b_ptr); #endif