diff options
Diffstat (limited to 'polyp/cpulimit.h')
-rw-r--r-- | polyp/cpulimit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/cpulimit.h b/polyp/cpulimit.h index a171da9b..8ca4f8d9 100644 --- a/polyp/cpulimit.h +++ b/polyp/cpulimit.h @@ -28,7 +28,7 @@ * CPU time. This is build around setrlimit() and SIGXCPU. It is handy * in case of using SCHED_FIFO which may freeze the whole machine */ -int pa_cpu_limit_init(struct pa_mainloop_api *m); +int pa_cpu_limit_init(pa_mainloop_api *m); void pa_cpu_limit_done(void); #endif |