diff options
author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2012-01-08 19:54:14 +0100 |
---|---|---|
committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2012-01-09 21:34:42 +0100 |
commit | c5ae864395919663cce9c70ff6078a42ba1acaa8 (patch) | |
tree | b70af8bc45497003b79b912ea12cc914722538fc /src/config.h | |
parent | d6b83af2ca0c27c873fcd6d149b9b5ac8a590848 (diff) | |
download | latrace-error_simulation4.tar.gz latrace-error_simulation4.tar.xz latrace-error_simulation4.zip |
changeserror_simulation4
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 6 |
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; }; |