mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
asyncmsgq: add pa_asyncmsgq_flush() call
This commit is contained in:
parent
a42c597f0a
commit
446fb2c9fe
2 changed files with 34 additions and 4 deletions
|
|
@ -66,6 +66,8 @@ void pa_asyncmsgq_done(pa_asyncmsgq *q, int ret);
|
|||
int pa_asyncmsgq_wait_for(pa_asyncmsgq *a, int code);
|
||||
int pa_asyncmsgq_process_one(pa_asyncmsgq *a);
|
||||
|
||||
void pa_asyncmsgq_flush(pa_asyncmsgq *a, pa_bool_t run);
|
||||
|
||||
/* For the reading side */
|
||||
int pa_asyncmsgq_read_fd(pa_asyncmsgq *q);
|
||||
int pa_asyncmsgq_read_before_poll(pa_asyncmsgq *a);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue