summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-08 19:54:14 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-09 21:34:42 +0100
commitc5ae864395919663cce9c70ff6078a42ba1acaa8 (patch)
treeb70af8bc45497003b79b912ea12cc914722538fc /src/config.h
parentd6b83af2ca0c27c873fcd6d149b9b5ac8a590848 (diff)
downloadlatrace-error_simulation4.tar.gz
latrace-error_simulation4.tar.xz
latrace-error_simulation4.zip
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;
};