]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
resolve the "flush inconsistency":
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 26 May 2009 07:13:52 +0000 (07:13 +0000)
commit99a7aa9a6057c21714c312d6c1e0af68c380c8c0
tree8523034d3125f88dd7960d6dcb55c484136098f8
parent2959781925911337cb888efec6fe353ffe032407
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/rrdflushcached.pod [moved from doc/rrdflush.pod with 90% similarity]
src/librrd.sym.in.in
src/rrd.h
src/rrd_flushcached.c [moved from src/rrd_flush.c with 97% similarity]
src/rrd_open.c
src/rrd_tool.c