From 7e56639fe33fe39cb3f4da7dc90f547634cb4d2e Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Sun, 13 Nov 2011 15:15:32 +0100 Subject: changes --- src/error.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/error.h') 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]; }; -- cgit