]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
the call to rrd_flush has appeared when rrd_open was fleshed out. It used to be an...
authorTobias Oetiker <tobi@oetiker.ch>
Sat, 21 Mar 2009 09:53:30 +0000 (09:53 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Sat, 21 Mar 2009 09:53:30 +0000 (09:53 +0000)
commitfc968ddb3244c8e723b50a7f15943a6d1d02601b
treec54d46dfbb62e576ad71226d2379eb4b0f26457f
parentc33ff9319db9e716f31a77ebaffbeff832c407df
the call to rrd_flush has appeared when rrd_open was fleshed out. It used to be an fflush call
which is something entirely different than the current rrd_flush implementation with fdatasync was ...

we can safely drop this and gain performance for holt winters in the process ... -- tobi

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1760 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_hw.c
src/rrd_open.c