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)
commit672a5d8877e055d90272210497302afb26e28c8f
treea026145de0bd377e7336cd5ce3af20732d46fd1f
parent001e472141c96137de1b5267f8de7fb91e204ab7
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/program@1601 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_create.c
src/rrd_open.c
src/rrd_resize.c
src/rrd_tool.h