aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-08 23:18:15 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-08 23:18:15 +0800
commit5d930f8745ae6ecbe995cc353217d50c542d9b9f (patch)
tree932778d949654f9308bc3154f5ea28b2621c8510 /include/bsc_sccp.h
parentdedb7ce3fef7a14c52c62c22acdc043016f2563d (diff)
mtp: Store the mtp_link inside the connection
Prepare to have multiple links to the BSC.
Diffstat (limited to 'include/bsc_sccp.h')
-rw-r--r--include/bsc_sccp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index aed5daa..eee9a93 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -54,6 +54,9 @@ struct active_sccp_con {
/* how often did we send a RLSD this */
unsigned int rls_tries;
+ /* MTP link this was coming in */
+ struct mtp_link *link;
+
/* sls id */
int sls;
};