summaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-08-15 18:57:08 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-24 21:20:27 +0100
commita7fcfb0f70301b09cea3ba59338aaa5a01bbefcb (patch)
treedc025520578a45eb5d79e38e47b5027d3a0a3d8b /src/error.h
parentd4d4ddd698f1378649e33aa58b7e3b687a2e6c3d (diff)
downloadlatrace-a7fcfb0f70301b09cea3ba59338aaa5a01bbefcb.tar.gz
latrace-a7fcfb0f70301b09cea3ba59338aaa5a01bbefcb.tar.xz
latrace-a7fcfb0f70301b09cea3ba59338aaa5a01bbefcb.zip
error simulation: allow to omit trace/tty/stat storage
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 5c44633..042d594 100644
--- a/src/error.h
+++ b/src/error.h
@@ -83,6 +83,7 @@ struct lt_error_app_go {
struct lt_error_app {
char *name;
char *dir;
+ int no_storage;
char *prog;
struct lt_list_head head_run;