summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2006f7e..9f0b5d7 100644
--- a/src/config.h
+++ b/src/config.h
@@ -90,6 +90,7 @@ enum {
LT_OPT_SYM,
LT_OPT_SYM_OMIT,
LT_OPT_SYM_BELOW,
+ LT_OPT_SYM_NOEXIT,
};
struct lt_config_opt {
@@ -114,6 +115,7 @@ struct lt_config_shared {
#define LT_SYMBOLS_MAXSIZE 200
char symbols[LT_SYMBOLS_MAXSIZE];
char symbols_omit[LT_SYMBOLS_MAXSIZE];
+ char symbols_noexit[LT_SYMBOLS_MAXSIZE];
char flow_below[LT_SYMBOLS_MAXSIZE];
@@ -224,6 +226,9 @@ struct lt_config_audit {
char *symbols_omit[LT_NAMES_MAX];
int symbols_omit_cnt;
+ char *symbols_noexit[LT_NAMES_MAX];
+ int symbols_noexit_cnt;
+
char *flow_below[LT_NAMES_MAX];
int flow_below_cnt;