}
}
-function parse_counters_reply(xmlhttp) {
+function parse_counters_reply(xmlhttp, scheduled_call) {
if (!xmlhttp.responseXML) {
notify("refetch_callback: backend did not return valid XML", true, true);
var counters = reply.firstChild;
- parse_counters(counters, true);
+ parse_counters(counters, scheduled_call);
var runtime_info = counters.nextSibling;
last_refetch = date.getTime() / 1000;
- parse_counters_reply(xmlhttp_ctr);
+ parse_counters_reply(xmlhttp_ctr, true);
debug("refetch_callback: done");