summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-08-13 19:52:43 +0000
committerLennart Poettering <lennart@poettering.net>2006-08-13 19:52:43 +0000
commit8f91b1f4c4b47997ce4bfd70dc4e0f7fffe58a35 (patch)
treeb28529bccabca3dab6bfb781468cd62af9c722dc /src/pulsecore/core.h
parenta09a49e41b086721ed644a0c9573e701e945287d (diff)
define new hooks: hook_source_output_new, hook_source_disconnect
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1247 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 22dec50c..f9fa386e 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -81,8 +81,11 @@ struct pa_core {
int is_system_instance;
/* hooks */
- pa_hook hook_sink_input_new,
- hook_sink_disconnect;
+ pa_hook
+ hook_sink_input_new,
+ hook_sink_disconnect,
+ hook_source_output_new,
+ hook_source_disconnect;
};
pa_core* pa_core_new(pa_mainloop_api *m);