aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 16:36:29 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:09 +0100
commitf19afaed7bcf4959329ff8f6c9600132726b75e1 (patch)
treed236046828687a56990ce6b39a0b63783ef0a67a /include
parenta99b04b700891e39d0a10444224fc77a86945970 (diff)
sccp: Stop queueing messages between SLTM messages
Remove the queueing of messages that was added during a debugging session and should not be needed. This will simply bringing down the linkset.
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index e98d073..ba7695a 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -50,7 +50,6 @@ struct mtp_link {
uint8_t test_ptrn[14];
int sltm_pending;
- struct llist_head pending_msgs;
int sltm_once;
int was_up;
@@ -81,7 +80,6 @@ void mtp_link_init(void);
void mtp_link_submit(struct mtp_link *link, struct msgb *msg);
void mtp_link_forward_sccp(struct mtp_link *link, struct msgb *msg, int sls);
void mtp_link_restart(struct mtp_link *link);
-void mtp_link_slta_recv(struct mtp_link *link);
void mtp_link_sccp_down(struct mtp_link *link);
#endif