From b27c9626e8e1c17e5100dab664d6d904ce2f65ac Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 16 Feb 2011 23:47:25 +0100 Subject: mtp: Remove the bsc pointer from the MTP LinkSet --- include/mtp_data.h | 1 - include/sctp_m2ua.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mtp_data.h b/include/mtp_data.h index 7af263f..142c869 100644 --- a/include/mtp_data.h +++ b/include/mtp_data.h @@ -75,7 +75,6 @@ struct mtp_link_set { struct rate_ctr_group *ctrg; /* custom data */ - struct bsc_data *bsc; struct ss7_application *app; }; diff --git a/include/sctp_m2ua.h b/include/sctp_m2ua.h index dcb6269..1c001cd 100644 --- a/include/sctp_m2ua.h +++ b/include/sctp_m2ua.h @@ -64,6 +64,7 @@ struct sctp_m2ua_conn { }; struct sctp_m2ua_transport *sctp_m2ua_transp_create(const char *ip, int port); -struct mtp_m2ua_link *mtp_m2ua_link_create(struct mtp_link_set *); +struct mtp_m2ua_link *mtp_m2ua_link_create(struct sctp_m2ua_transport *transport, + struct mtp_link_set *); #endif -- cgit v1.2.3