summaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-11-11 19:42:52 -0500
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-13 11:06:42 +0100
commit291cd946a26bfd3a6edf1a232e1a2bf7888ddf42 (patch)
tree5e1243a9ca2bf8328e6b5627ca7821df5599f402 /src/error.h
parent78a2fe366cf23632dd561e34d849e7fceaefd017 (diff)
downloadlatrace-error_simulation.tar.gz
latrace-error_simulation.tar.xz
latrace-error_simulation.zip
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
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];
};