aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 01:16:53 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-03-03 01:20:03 +0100
commit56cba9ab45b3788b92d1e18259e7629b6f6350d9 (patch)
treed0bd14c60ade867e0635857f8fa4e5251c3ff6ff /include
parent899198ed2ea73fbc554c28bd3da567e2363b18e3 (diff)
ss7: Drop the input of packages as wellzecke/test-forward-failure
We don't want the input change any state on the linkset and will drop them if we think our application is not reachable.
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 4af3777..a8f9463 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -144,6 +144,7 @@ struct mtp_link {
void mtp_link_set_stop(struct mtp_link_set *set);
void mtp_link_set_reset(struct mtp_link_set *set);
int mtp_link_set_data(struct mtp_link *link, struct msgb *msg);
+int mtp_link_handle_data(struct mtp_link *link, struct msgb *msg);
int mtp_link_set_submit_sccp_data(struct mtp_link_set *set, int sls, const uint8_t *data, unsigned int length);
int mtp_link_set_submit_isup_data(struct mtp_link_set *set, int sls, const uint8_t *data, unsigned int length);