diff options
| author | jolsa@redhat.com <jolsa@redhat.com> | 2011-08-15 18:57:08 +0200 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-11-24 21:20:27 +0100 |
| commit | a7fcfb0f70301b09cea3ba59338aaa5a01bbefcb (patch) | |
| tree | dc025520578a45eb5d79e38e47b5027d3a0a3d8b /src/error.h | |
| parent | d4d4ddd698f1378649e33aa58b7e3b687a2e6c3d (diff) | |
| download | latrace-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.h | 1 |
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; |
