X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_tool.h;fp=src%2Frrd_tool.h;h=86c4aa8ce22271053c3afcef5f0c297e8851c318;hp=ef327586bddc81cf4b3073198731e57895fbe7a8;hb=8f9c2c2b3c3f8a65e24dd9d8d612eafe48ccfb2e;hpb=2c2a2654452de47d1504e7a5b6e4e63d0abb860e diff --git a/src/rrd_tool.h b/src/rrd_tool.h index ef32758..86c4aa8 100644 --- a/src/rrd_tool.h +++ b/src/rrd_tool.h @@ -107,6 +107,7 @@ int rrd_fetch_fn_libdbi(const char *filename, enum cf_en cf_idx, #define RRD_CREAT (1<<2) #define RRD_READAHEAD (1<<3) #define RRD_COPY (1<<4) +#define RRD_EXCL (1<<5) enum cf_en cf_conv( const char *string);