summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index fd4a032..28215f1 100644
--- a/src/config.h
+++ b/src/config.h
@@ -197,10 +197,14 @@ struct lt_config_app {
/* error definition (error_sim = 1 in shared config) */
struct lt_error_config *error_config;
+ char *error_symbols;
+ int error_symbols_size_names;
+ int error_symbols_size_total;
struct lt_list_head error_symbols_all;
struct lt_list_head error_symbols_current;
- int error_automated_finished;
+ int error_symbols_all_cnt;
+ int error_finished;
int error_automated_symbol_index;
};