aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.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/bsc_data.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/bsc_data.h')
-rw-r--r--include/bsc_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index c09d922..83061e2 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -46,7 +46,7 @@ struct mtp_udp_data {
struct mtp_udp_link {
/* subclass */
- struct mtp_link base;
+ struct mtp_link *base;
/* UDP specific stuff */
struct bsc_data *bsc;