rrdtool plugin: Moved the RRD file creation logic in a separate file.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 24 Jul 2008 09:10:52 +0000 (11:10 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 24 Jul 2008 09:10:52 +0000 (11:10 +0200)
commit1b2b58c338a39a7c2e01bfd3273a381ed376284d
tree82f32c99498ae6f0f0a0cd1fc2096775eb7e251b
parenta474c43f09a9c66b45bf11c452444503c343ddbb
rrdtool plugin: Moved the RRD file creation logic in a separate file.

`cu_rrd_create_file' in src/utils_rrdcreate.[ch] will be used by the
`rrdcached' plugin eventually, so that the code doesn't need to be
duplicated.
src/Makefile.am
src/rrdtool.c
src/utils_rrdcreate.c [new file with mode: 0644]
src/utils_rrdcreate.h [new file with mode: 0644]