Code

the call to rrd_flush has appeared when rrd_open was fleshed out. It used to be an...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 21 Mar 2009 09:53:30 +0000 (09:53 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 21 Mar 2009 09:53:30 +0000 (09:53 +0000)
commit54afb462a19d38d72af948560ac99bdeda4349dd
treef8f1db68739514b318210c8b31d9aad83701df70
parentd22f8f220c91cd3f6c8c04f6a0bd4fd0ab1e8c85
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@1760 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_hw.c
program/src/rrd_open.c