aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_sccp.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 18:47:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:11 +0100
commit569f1e171df2f055d0be5fc637e050a523a9ae8a (patch)
tree889e8751a8b433332fb3c5673b1129feb8453445 /include/bsc_sccp.h
parent346e1c4bc4266ad645aab88d6357518e17055fb3 (diff)
mtp: Rename mtp_link to mtp_link_set as this is the linkset
The link_udp is actually below the linkset. We need to get this right now and then can have multiple links.
Diffstat (limited to 'include/bsc_sccp.h')
-rw-r--r--include/bsc_sccp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsc_sccp.h b/include/bsc_sccp.h
index c75bab6..8811a2b 100644
--- a/include/bsc_sccp.h
+++ b/include/bsc_sccp.h
@@ -54,7 +54,7 @@ struct active_sccp_con {
unsigned int rls_tries;
/* MTP link this was coming in */
- struct mtp_link *link;
+ struct mtp_link_set *link;
/* sls id */
int sls;