mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
rtpoll: Drop extra wait_op argument to pa_rtpoll_run()
is always true, not used Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
2638591497
commit
fa092af59c
17 changed files with 23 additions and 24 deletions
|
|
@ -57,11 +57,10 @@ pa_rtpoll *pa_rtpoll_new(void);
|
|||
void pa_rtpoll_free(pa_rtpoll *p);
|
||||
|
||||
/* Sleep on the rtpoll until the time event, or any of the fd events
|
||||
* is triggered. If "wait" is 0 we don't sleep but only update the
|
||||
* struct pollfd. Returns negative on error, positive if the loop
|
||||
* is triggered. Returns negative on error, positive if the loop
|
||||
* should continue to run, 0 when the loop should be terminated
|
||||
* cleanly. */
|
||||
int pa_rtpoll_run(pa_rtpoll *f, bool wait);
|
||||
int pa_rtpoll_run(pa_rtpoll *f);
|
||||
|
||||
void pa_rtpoll_set_timer_absolute(pa_rtpoll *p, pa_usec_t usec);
|
||||
void pa_rtpoll_set_timer_relative(pa_rtpoll *p, pa_usec_t usec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue