Code

resolve the "flush inconsistency":
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000)
commita528a4e4267a6baf5843a55f43fe5239d5cb560b
treed220095e2f2e50cf1a37741b2a0c6b0a692dc657
parentb7925487290680d9428c1727f8e72c0ef27176da
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
program/doc/rrdflush.pod [deleted file]
program/doc/rrdflushcached.pod [new file with mode: 0644]
program/src/librrd.sym.in.in
program/src/rrd.h
program/src/rrd_flush.c [deleted file]
program/src/rrd_flushcached.c [new file with mode: 0644]
program/src/rrd_open.c
program/src/rrd_tool.c