]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_notify_row patch:
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 20 Oct 2008 11:46:08 +0000 (11:46 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 20 Oct 2008 11:46:08 +0000 (11:46 +0000)
commita95f1f136a14dadfbc2d9804e6f0f0b5baf8f07b
tree05ec98b1b48a71875279263c20491dec3170a38d
parent71c7ff7209d40063ce9025bca13f47a79f1123a0
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/program@1622 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd.h
src/rrd_create.c
src/rrd_open.c
src/rrd_update.c