aboutsummaryrefslogtreecommitdiffstats
path: root/include/msc_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/msc_connection.h')
-rw-r--r--include/msc_connection.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/msc_connection.h b/include/msc_connection.h
index 51a5326..c7957ec 100644
--- a/include/msc_connection.h
+++ b/include/msc_connection.h
@@ -55,16 +55,12 @@ struct msc_connection {
int pong_time;
struct timer_list ping_timeout;
struct timer_list pong_timeout;
- struct timer_list reset_timeout;
/* mgcp messgaes */
struct write_queue mgcp_agent;
/* application pointer */
- struct llist_head sccp_connections;
- struct mtp_link_set *target_link;
- int forward_only;
- int reset_count;
+ struct ss7_application *app;
};
/* msc related functions */