summaryrefslogtreecommitdiffstats
path: root/src/error.h
diff options
context:
space:
mode:
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];
};