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 | 066a69065d63186d507ce660824d69bdcd8dece3 | |
tree | f1ced00652f2c8f8e176d312dce005a9bd6be2fb | tree | snapshot |
parent | 46b7e1413c338f1ba17b4b8b496a53449a2286e6 | 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@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@1601 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_create.c | diff | blob | history | |
program/src/rrd_open.c | diff | blob | history | |
program/src/rrd_resize.c | diff | blob | history | |
program/src/rrd_tool.h | diff | blob | history |