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)
commitcd6581d4edf9cd9c73f023eb9b1f5529959bf816
tree8523034d3125f88dd7960d6dcb55c484136098f8
parent9e0553265a0b0d700d1b75891b97dc5cf1031680
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/program@1812 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdflush.pod [deleted file]
doc/rrdflushcached.pod [new file with mode: 0644]
src/librrd.sym.in.in
src/rrd.h
src/rrd_flush.c [deleted file]
src/rrd_flushcached.c [new file with mode: 0644]
src/rrd_open.c
src/rrd_tool.c