Hi Bernhard, Today Bernhard Fischer wrote: > > > > * I did not include rrd_open(), rrd_close(), rrd_write() and similar > > functions in the public interface so far as they look like pretty > > low-level functions which usually are not needed outside of rrdtool. > > These functions should be exported since any librrdtool is pretty > useless without them. > > Suppose i want to write a program that opens an rrd and reads one or > more DS and a varying number of entries from some CF, calculates > something and returns a result. Currently i would have to do alot of > what fetch does to achieve this, which doesn't make sense in the light > of a librrdtool. > See > http://www.mail-archive.com/[email protected]/msg01866.html
so would rrd_open rrd_read rrd_close rrd_tell rrd_write be enough, or should there be more ? cheers tobi > > _______________________________________________ > rrd-users mailing list > [EMAIL PROTECTED] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten http://it.oetiker.ch [EMAIL PROTECTED] ++41 62 213 9902 _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
