common code: Add support for main loop handler
This commit is contained in:
@@ -286,7 +286,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;
|
||||
|
Reference in New Issue
Block a user