aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 16:30:24 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 19:07:16 +0100
commita8ce061d86c3b6bd1f21655edf063a0c8c1a94f0 (patch)
treedb18d3e37565b70545d94c05b14876b689d5f471 /include/bsc_data.h
parent2d845fca0c2e3561593e2255dbe7f53fdee9e144 (diff)
mtp: Move the link testing into a new file for mtp_link
The link testing should work under the linkset and if the SLTM is failing the link should be taken down and it should be restarted.
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 3d10bb3..758932f 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -112,8 +112,6 @@ struct bsc_data {
/* bsc related functions */
void release_bsc_resources(struct bsc_data *bsc);
-void mtp_link_down(struct mtp_link *data);
-void mtp_link_up(struct mtp_link *data);
void mtp_linkset_down(struct mtp_link_set *);
void mtp_linkset_up(struct mtp_link_set *);