author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000) | ||
commit | a528a4e4267a6baf5843a55f43fe5239d5cb560b | |
tree | d220095e2f2e50cf1a37741b2a0c6b0a692dc657 | tree | snapshot |
parent | b7925487290680d9428c1727f8e72c0ef27176da | commit | diff |
resolve the "flush inconsistency":
* rrd_flush (a leftover from when rrdtool was using stream based io) is turned into a no-op
but still exported to preserve library compatibility.
* rrd_cmd_flush (the implementation of "rrdtool flush") is renamed to rrd_flushcached
along with its command line invocation which is now rrdtool flushcached
--tobi
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1812 a5681a0c-68f1-0310-ab6d-d61299d08faa
* rrd_flush (a leftover from when rrdtool was using stream based io) is turned into a no-op
but still exported to preserve library compatibility.
* rrd_cmd_flush (the implementation of "rrdtool flush") is renamed to rrd_flushcached
along with its command line invocation which is now rrdtool flushcached
--tobi
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1812 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdflush.pod | [deleted file] | blob | history |
program/doc/rrdflushcached.pod | [new file with mode: 0644] | blob |
program/src/librrd.sym.in.in | diff | blob | history | |
program/src/rrd.h | diff | blob | history | |
program/src/rrd_flush.c | [deleted file] | blob | history |
program/src/rrd_flushcached.c | [new file with mode: 0644] | blob |
program/src/rrd_open.c | diff | blob | history | |
program/src/rrd_tool.c | diff | blob | history |