aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 5afcb92..f2aeaec 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -25,6 +25,7 @@
#include <osmocore/utils.h>
struct bsc_data;
+struct link_data;
/* MTP Level3 timers */
@@ -63,6 +64,8 @@ struct mtp_link_set {
struct timer_list delay_timer;
+ struct link_data *link;
+
/* custom data */
struct bsc_data *bsc;
};