aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-18 19:21:54 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-18 19:21:54 +0100
commit83227e4dde874d02601e129fdb4f5bc5a95c0e20 (patch)
treec18f2c69ba9c279d1eb9e85ee66200003260ae8c /include
parentd93c84f96e7b7e652ac5a937c1f27df0913fca18 (diff)
link_sets: Name functions working on linksets as such
This is in preparation of having different kind of linksets, with and without MTP and be able to bridge them. This will allow us to to implement SCCPlite and M3UA.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index b1e0fbe..803b7ad 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -114,10 +114,12 @@ struct mtp_link_set *link_set_create(struct bsc_data *bsc);
int link_global_init(struct mtp_udp_data *data);
int link_global_bind(struct mtp_udp_data *data, int src_port);
int link_udp_init(struct mtp_udp_link *data, char *dest_ip, int port);
-int link_init(struct bsc_data *bsc, struct mtp_link_set *set);
-int link_shutdown_all(struct mtp_link_set *);
-int link_reset_all(struct mtp_link_set *);
-int link_clear_all(struct mtp_link_set *);
+
+/* link handling */
+int link_set_init_links(struct bsc_data *bsc, struct mtp_link_set *set);
+int link_set_shutdown_links(struct mtp_link_set *);
+int link_set_reset_links(struct mtp_link_set *);
+int link_set_clear_links(struct mtp_link_set *);
/* pcap */
enum {