Code

src/rrd_args.[ch]: Implement data structure for more powerful RRD argument construction.
[collection4.git] / src / filesystem.h
1 #ifndef FILESYSTEM_G
2 #define FILESYSTEM_G 1
4 #include "graph_ident.h"
6 #define DATA_DIR "/var/lib/collectd/rrd"
8 typedef int (*fs_ident_cb_t) (const graph_ident_t *ident, void *user_data);
10 int fs_scan (fs_ident_cb_t callback, void *user_data);
12 #endif /* FILESYSTEM_G */
13 /* vim: set sw=2 sts=2 et fdm=marker : */