rrdtool plugin: First implementation of an rrdtool write plugin.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 6 Dec 2006 20:24:56 +0000 (21:24 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 6 Dec 2006 20:24:56 +0000 (21:24 +0100)
commit9f0557d03a0be5a857b5d4e52540d07eb2cc2890
treeee60910edd99993633327f2f7a3f3d5eef4ba120
parentae8e8fdb8913818a33e9bf139c55fbe448c3a105
rrdtool plugin: First implementation of an rrdtool write plugin.

Many functions have been moved from `common.c' to a new file `rrdtool.c'. The
new plugin compiles, but has not yet been testet.
src/Makefile.am
src/common.c
src/common.h
src/plugin.h
src/rrdtool.c [new file with mode: 0644]