Code

new function rrd_fetch_r() (and make the
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 2 Apr 2007 06:21:19 +0000 (06:21 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 2 Apr 2007 06:21:19 +0000 (06:21 +0000)
commit1b0a6fc41a7d5c4d61bd8e9e6fb3226519625b99
treeb4ad94659a366c3efaa1ead033df0cab8413deb3
parentaa66aa96505f3e9d7782276af0d84b98ee56d5c3
new function rrd_fetch_r() (and make the
strings const char* instead of char*).  The only difference between
rrd_fetch_r() and rrd_fetch_fn() is that rrd_fetch_r() receives the
consolidation function as a string (instead of an enum cf_en) and is thread-safe -- Sam Umbach

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1028 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdthreads.pod
program/src/fnv.h
program/src/hash_32.c
program/src/rrd.h
program/src/rrd_create.c
program/src/rrd_fetch.c
program/src/rrd_format.c
program/src/rrd_rpncalc.c
program/src/rrd_rpncalc.h
program/src/rrd_tool.h
program/src/rrd_update.c