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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index bbd013e..b9fbfb6 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -83,6 +83,12 @@ struct mtp_link_set {
/* statistics */
struct rate_ctr_group *ctrg;
+ /* statistics for routing */
+ int timeout_t18;
+ int timeout_t20;
+ struct timer_list T18;
+ struct timer_list T20;
+
/* custom data */
struct bsc_data *bsc;
struct ss7_application *app;