fixed indenting
[rrdtool.git] / src / rrd.h
index cb9914c..376d84f 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -231,10 +231,8 @@ extern    "C" {
 /* END parsetime.h */
 
     struct rrd_context {
-        int       len;
-        int       errlen;
-        char     *lib_errstr;
-        char     *rrd_error;
+        char      lib_errstr[256];
+        char      rrd_error[4096];
     };
 
 /* returns the current per-thread rrd_context */