aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-10 12:39:05 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-10 20:09:08 +0100
commitee63d7d15e14ca0b653086043e7a6d1d537a89a1 (patch)
treeb9d15cd910344e91caba6c2b001136ae6e2c31c8 /include/bsc_data.h
parent0452f22a21d71094b3c740485e54e210f94f0465 (diff)
stp: Allow/Disallow to inject messages on the UDP/M2UA interface
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 1009d46..b0dc6f8 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -136,6 +136,7 @@ struct bsc_data {
int forward_only;
/* inject */
+ int allow_inject;
struct bsc_fd inject_fd;
struct llist_head inject_list;
};