From fd7e3b6052881319d4671771aae44933bbf858d4 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Sat, 9 Apr 2011 01:54:19 +0000 Subject: enable memory accounting for error-gen xlator Signed-off-by: Raghavendra Bhat Signed-off-by: Anand Avati BUG: 329 (Replacing memory allocation functions with mem-type functions) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=329 --- xlators/debug/error-gen/src/error-gen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/debug/error-gen/src/error-gen.h') diff --git a/xlators/debug/error-gen/src/error-gen.h b/xlators/debug/error-gen/src/error-gen.h index 1c902cf4f21..28bcdc2abc6 100644 --- a/xlators/debug/error-gen/src/error-gen.h +++ b/xlators/debug/error-gen/src/error-gen.h @@ -25,6 +25,8 @@ #include "config.h" #endif +#include "error-gen-mem-types.h" + #define GF_FAILURE_DEFAULT 10 typedef struct { -- cgit