summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2a36c58..29c9c4f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -84,6 +84,7 @@ struct lt_config_shared {
#define LT_SYMBOLS_MAXSIZE 200
char symbols[LT_SYMBOLS_MAXSIZE];
+ char symbols_omit[LT_SYMBOLS_MAXSIZE];
char flow_below[LT_SYMBOLS_MAXSIZE];
@@ -186,6 +187,9 @@ struct lt_config_audit {
char *symbols[LT_NAMES_MAX];
int symbols_cnt;
+ char *symbols_omit[LT_NAMES_MAX];
+ int symbols_omit_cnt;
+
char *flow_below[LT_NAMES_MAX];
int flow_below_cnt;