diff options
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r-- | src/pulsecore/core.h | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index a64f2179..394785f2 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -88,10 +88,22 @@ struct pa_core { /* hooks */ pa_hook - hook_sink_input_new, + hook_sink_new, + hook_sink_new_post, hook_sink_disconnect, + hook_sink_disconnect_post, + hook_source_new, + hook_source_new_post, + hook_source_disconnect, + hook_source_disconnect_post, + hook_sink_input_new, + hook_sink_input_new_post, + hook_sink_input_disconnect, + hook_sink_input_disconnect_post, hook_source_output_new, - hook_source_disconnect; + hook_source_output_new_post, + hook_source_output_disconnect, + hook_source_output_disconnect_post; pa_asyncmsgq *asyncmsgq; pa_io_event *asyncmsgq_event; |