author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 20 Oct 2008 11:46:08 +0000 (11:46 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 20 Oct 2008 11:46:08 +0000 (11:46 +0000) | ||
commit | 003d289717979be5b10dbda54498f06655202f1d | |
tree | 5d9087c96cf9cda4c202e24226720e2b9f8fd4bb | tree | snapshot |
parent | 0866fbcd0ba8cadcf7e0f97d0d1d74276be7f10f | commit | diff |
rrd_notify_row patch:
- Delegate choice of starting row for newly created RRD files to the rrd_open.c API.
- Introduce the rrd_notify_row() function so that an implementation can choose to align the rows of new RRDs with existing RRDs, if desirable.
- Maintain the existing behaviour (random starting row) by default.
-- Daniel.Pocock
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1622 a5681a0c-68f1-0310-ab6d-d61299d08faa
- Delegate choice of starting row for newly created RRD files to the rrd_open.c API.
- Introduce the rrd_notify_row() function so that an implementation can choose to align the rows of new RRDs with existing RRDs, if desirable.
- Maintain the existing behaviour (random starting row) by default.
-- Daniel.Pocock
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1622 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd.h | diff | blob | history | |
program/src/rrd_create.c | diff | blob | history | |
program/src/rrd_open.c | diff | blob | history | |
program/src/rrd_update.c | diff | blob | history |