aboutsummaryrefslogtreecommitdiffstats
path: root/include/ss7_application.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 20:32:09 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-22 21:05:59 +0100
commitcfe9d718e27b812da4b90c5bda2fea8c9ce4ff7b (patch)
tree1c025dbed694d0332648f2d440597d47373a0227 /include/ss7_application.h
parent4cee7c09018609332e057359cf8533624d64b918 (diff)
vty: Remove more globals from the bsc data.
This is a interim solution until we have the new and all mighty new config file format. This should work for now, makes the init abit harder to understand though.
Diffstat (limited to 'include/ss7_application.h')
-rw-r--r--include/ss7_application.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ss7_application.h b/include/ss7_application.h
index 51426b5..66ddd87 100644
--- a/include/ss7_application.h
+++ b/include/ss7_application.h
@@ -64,6 +64,9 @@ struct ss7_application {
struct bsc_data *bsc;
+ /* isup handling */
+ int isup_pass;
+
/* handling for the NAT/State handling */
struct llist_head sccp_connections;
struct timer_list reset_timeout;
@@ -81,4 +84,7 @@ int ss7_application_setup(struct ss7_application *, int type,
int ss7_application_start(struct ss7_application *);
+/* config changes */
+void ss7_application_pass_isup(struct ss7_application *, int pass);
+
#endif