summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/perf/perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/perf/perf.c b/proto/perf/perf.c
index 07210a14..8412254a 100644
--- a/proto/perf/perf.c
+++ b/proto/perf/perf.c
@@ -206,6 +206,7 @@ perf_loop(void *data)
p->exp++;
}
+ rt_schedule_prune(P->main_channel->table);
ev_schedule(p->loop);
}