X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=5f4145bde9a5d81c32a0156e354e18b65d795a06;hb=9cd66f2d7fbf16ca07e1709cd156ae78cd0da278;hp=3007026e8a3d591dfa8735a0b50aab99ce6a7002;hpb=3c268443bb768669f3bd095b9e95a9a5ab4c5ef2;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index 3007026..5f4145b 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3rc6 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.3rc7 Copyright by Tobi Oetiker, 1997-2008 ***************************************************************************** * rrdlib.h Public header file for librrd ***************************************************************************** @@ -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 */