summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/thread-mq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/thread-mq.h')
-rw-r--r--src/pulsecore/thread-mq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/thread-mq.h b/src/pulsecore/thread-mq.h
index 13b6e01f..2b1fd687 100644
--- a/src/pulsecore/thread-mq.h
+++ b/src/pulsecore/thread-mq.h
@@ -43,6 +43,9 @@ void pa_thread_mq_done(pa_thread_mq *q);
/* Install the specified pa_thread_mq object for the current thread */
void pa_thread_mq_install(pa_thread_mq *q);
+/* Dispatched queued events on the thread side. */
+int pa_thread_mq_process(pa_thread_mq *q);
+
/* Return the pa_thread_mq object that is set for the current thread */
pa_thread_mq *pa_thread_mq_get(void);