Hi Gustav, Yesterday Gustav Koller wrote:
> Hello, > > my problem: > I call rrd_update_r() and some RRAs are updated. > How can I get all the RRA entries which were updated? > > Right now I'm opening the RRD using the low level API and loop over > the RRAs, and find the new entries by comparing the time. > > But since the low level API is deprecated. How should I solve the problem? are you using multithreaded rrdtool calls ? else the rrd_update_v call is what you need. cheers tobi > > _______________________________________________ > rrd-developers mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers > > -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900 _______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
