aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-24 20:49:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-24 20:49:58 +0100
commit9543f4a35672b6aa4aa9412daeb889d93482fdcc (patch)
tree292f2717bb3fcc1e32698e78657050068a8b0849 /include
parent3a1c0af8681f16d9ed3cebe4c23eaf50372e6932 (diff)
mtp: Call it mtp_link_submit and use it in mtp_link
Remove the _set from the API, call it from the mtp_link.c. This will fix the statistics for outgoing packets.
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 1d93f20..c771c07 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -130,7 +130,7 @@ void mtp_link_unblock(struct mtp_link *link);
void mtp_link_set_init(void);
/* to be implemented for MSU sending */
-void mtp_link_set_submit(struct mtp_link *link, struct msgb *msg);
+void mtp_link_submit(struct mtp_link *link, struct msgb *msg);
void mtp_link_set_forward_sccp(struct mtp_link_set *link, struct msgb *msg, int sls);
void mtp_link_set_forward_isup(struct mtp_link_set *link, struct msgb *msg, int sls);
void mtp_link_restart(struct mtp_link *link);