> @@ -995,6 +1061,9 @@ void rl_timer_repl(utime_t ticks, void *param) > if (bin_push_int((*pipe)->limit) < 0) > goto error; > > + if (bin_push_int(hist_count(*pipe)) < 0)
Just compute the last counter and push in the counter variable. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/pull/728/files#r48743816
_______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
