author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000) | ||
commit | 672a5d8877e055d90272210497302afb26e28c8f | |
tree | a026145de0bd377e7336cd5ce3af20732d46fd1f | tree | snapshot |
parent | 001e472141c96137de1b5267f8de7fb91e204ab7 | commit | diff |
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
- 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 | diff | blob | history | |
src/rrd_open.c | diff | blob | history | |
src/rrd_resize.c | diff | blob | history | |
src/rrd_tool.h | diff | blob | history |