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)
commite50d3e46544f991e79f36d394ab632ac73205a84
tree1e7e7559ccef75ebd1dc2310c274daf3e27c9170
parent8bc9c72439dd9736612f39e5e794893b18b88498
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/program@1028 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdthreads.pod
src/fnv.h
src/hash_32.c
src/rrd.h
src/rrd_create.c
src/rrd_fetch.c
src/rrd_format.c
src/rrd_rpncalc.c
src/rrd_rpncalc.h
src/rrd_tool.h
src/rrd_update.c