X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd.h;h=346836b2afa821bfccf3ea55e2a38ec59c7c5c66;hp=3e1a08ad333a7e692eec5f5c6dd827962a899eb7;hb=e3be7f72da32514252efa014a2f35538319d098e;hpb=9f7c295af3d1743b9b9ee2b0e536384c27844473 diff --git a/src/rrd.h b/src/rrd.h index 3e1a08a..346836b 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -88,8 +88,8 @@ extern "C" { /* rrd info interface */ typedef struct rrd_blob_t { - unsigned long size; /* size of the blob */ - unsigned char *ptr; /* pointer */ + unsigned long size; /* size of the blob */ + unsigned char *ptr; /* pointer */ } rrd_blob_t; enum info_type { RD_I_VAL = 0,