X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_tool.h;h=c281979da349907ecf3039523e2e44b9bf441aa8;hb=837a4b7874724d57e7721e23f65ef57c998d9dff;hp=43781da464783b56d6100a1eef71d9de06fa87c9;hpb=a12627275ff8487174cbb907a066f62a00b6ae44;p=rrdtool.git diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 43781da..c281979 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -97,6 +97,7 @@ extern "C" { #define RRD_CREAT (1<<2) #define RRD_READAHEAD (1<<3) #define RRD_COPY (1<<4) +#define RRD_CREAT_SETSIZE (1<<5) enum cf_en cf_conv( const char *string);