aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m2ua.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 02:18:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit6c0b2e570c56b79ccb4e0905e3d2288fc55443e2 (patch)
tree4aebbcbe745244fad732c751be9c969b508b96ed /include/sctp_m2ua.h
parentea247c1d0a30362afd4602acdcd595b4afd616ec (diff)
mtp: Make the mtp_link point to a specific type of link
We might want to be able to change the type of a link at runtime. Decouple the link and the actual type of the link.
Diffstat (limited to 'include/sctp_m2ua.h')
-rw-r--r--include/sctp_m2ua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sctp_m2ua.h b/include/sctp_m2ua.h
index 1c001cd..9f4d5c7 100644
--- a/include/sctp_m2ua.h
+++ b/include/sctp_m2ua.h
@@ -42,7 +42,7 @@ struct sctp_m2ua_transport {
};
struct mtp_m2ua_link {
- struct mtp_link base;
+ struct mtp_link *base;
int link_index;
struct llist_head entry;