diff options
| author | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-11-13 15:15:32 +0100 |
|---|---|---|
| committer | Jiri Olsa <Jiri Olsa jolsa@redhat.com> | 2011-11-24 21:20:27 +0100 |
| commit | 7e56639fe33fe39cb3f4da7dc90f547634cb4d2e (patch) | |
| tree | 620591119bb7c80bba63d94cb4b3917a4bd27c96 /src/error.h | |
| parent | af5dafdd61af5a29043a1d8ae79427caa2136c7d (diff) | |
| download | latrace-error_simulation2.tar.gz latrace-error_simulation2.tar.xz latrace-error_simulation2.zip | |
changeserror_simulation2
Diffstat (limited to 'src/error.h')
| -rw-r--r-- | src/error.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h index e60ef5b..e22fe0d 100644 --- a/src/error.h +++ b/src/error.h @@ -13,6 +13,7 @@ struct lt_error_config_filter { }; struct lt_error_config_sym { +/* FIXME put to the end of the structure as symbol[0] */ #define LT_MAXNAME 20 char symbol[LT_MAXNAME]; #define LT_MAXRET 20 @@ -27,6 +28,7 @@ struct lt_error_config { unsigned long n; int automated; int sym_cnt; + off_t names_size; struct lt_error_config_sym sym[0]; }; |
