]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Some observations I made while implementing this:
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 14 Oct 2008 11:33:37 +0000 (11:33 +0000)
commite5769f8144ffeabf267c189bb1be68ee679b5301
treea026145de0bd377e7336cd5ce3af20732d46fd1f
parent611c51e702c389bc7cf8b1bf36d44d11cc271a65
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