Code

Some observations I made while implementing this:
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000)
commit066a69065d63186d507ce660824d69bdcd8dece3
treef1ced00652f2c8f8e176d312dce005a9bd6be2fb
parent46b7e1413c338f1ba17b4b8b496a53449a2286e6
Some observations I made while implementing this:

- In rrd_open(), the call to rrd_init() clobbers values already populated in
rrd_create.c

- The logic for newfile_size in rrd_open() wasn't really able to cope with the
logic for a file starting with size 0

I've tried to deal with these issues, but maybe there is a more elegant solution.

-- Daniel Pocock

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1601 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_create.c
program/src/rrd_open.c
program/src/rrd_resize.c
program/src/rrd_tool.h