common code: Add support for main loop handler

This commit is contained in:
Andreas Eversberg
2016-07-09 11:15:48 +02:00
parent 26ab26db48
commit f39ee2f15a
7 changed files with 10 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "Error setting SCHED_RR with prio %d\n", rt_prio);
}
main_loop(&quit, latency, interval);
main_loop(&quit, latency, interval, NULL);
if (rt_prio > 0) {
struct sched_param schedp;