You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CP-18272 change signature of rrd_sample to support testing
The commit changes the signature of rrd_sample to
int rrd_sample(RRD_PLUGIN * plugin, time_t (*t)(time_t*));
The caller can provide a function to obtain a time stamp or provide NULL
(the typical case). This permits to control the time stamps in RRD files
for debugging and testing.
Signed-off-by: Christian Lindig <[email protected]>
0 commit comments