aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 20:21:45 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-20 11:37:50 +0100
commitefbd8c2e807818686fb51d8f0bffb28ce917e02a (patch)
tree0cef33f8ad8a14b45d6b61c56a50394037d2038c /include/mtp_data.h
parent1b6901ec4ae3effd0b017b2cbdb32b17646d3bc9 (diff)
stp: Allow to forward all ISUP messages without any modification
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 652c024..95d54bd 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -67,6 +67,9 @@ struct mtp_link_set {
struct llist_head links;
struct mtp_link *slc[16];
+ /* special handling */
+ int pass_all_isup;
+
/* custom data */
struct bsc_data *bsc;
};