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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index c2bf841..5afcb92 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -1,6 +1,6 @@
/*
- * (C) 2010 by Holger Hans Peter Freyther <zecke@selfish.org>
- * (C) 2010 by On-Waves
+ * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2011 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify
@@ -24,6 +24,8 @@
#include <osmocore/timer.h>
#include <osmocore/utils.h>
+struct bsc_data;
+
/* MTP Level3 timers */
/* Timers for SS7 */
@@ -60,6 +62,9 @@ struct mtp_link_set {
struct timer_list t2_timer;
struct timer_list delay_timer;
+
+ /* custom data */
+ struct bsc_data *bsc;
};