aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-16 23:47:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commitb27c9626e8e1c17e5100dab664d6d904ce2f65ac (patch)
tree10a70e904c7b63a2840db239a95d540172971d58 /include
parenta33b23f29390b28dfc32bb4fef4f8be418307e2a (diff)
mtp: Remove the bsc pointer from the MTP LinkSet
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h1
-rw-r--r--include/sctp_m2ua.h3
2 files changed, 2 insertions, 2 deletions
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