X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=filesystem.h;h=9569bc3d337b0d1abf2674762efd34542c8621b3;hb=d16fd38d41ba3c36820ae105988f42c900fcb30f;hp=49798a00c7b485494f669d6a33136c343455c4ee;hpb=a27a2222a526bfc8fde95d4f59e9e93bce322bfd;p=collection4.git diff --git a/filesystem.h b/filesystem.h index 49798a0..9569bc3 100644 --- a/filesystem.h +++ b/filesystem.h @@ -3,6 +3,8 @@ #include "graph_ident.h" +#define DATA_DIR "/var/lib/collectd/rrd" + typedef int (*fs_ident_cb_t) (const graph_ident_t *ident, void *user_data); int fs_scan (fs_ident_cb_t callback, void *user_data);