summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuho Hämäläinen <juho.hamalainen@tieto.com>2015-03-19 13:50:51 +0200
committerDavid Henningsson <david.henningsson@canonical.com>2015-05-21 08:50:15 +0200
commitf5340b90d95bc0aaa2e6ff3831053cb05f7c833d (patch)
tree7a3e408b673d86847957538fef366fffc0ebe405
parente490a900e236917caf9158bb30546f48075a2bca (diff)
downloadpulseaudio-f5340b90d95bc0aaa2e6ff3831053cb05f7c833d.tar.gz
core: Add core hooks for module changes
(Name adjusted by David Henningsson)
-rw-r--r--src/pulsecore/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 9fefd1bab..1d75274ac 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -128,6 +128,9 @@ typedef enum pa_core_hook {
PA_CORE_HOOK_PORT_LATENCY_OFFSET_CHANGED,
PA_CORE_HOOK_DEFAULT_SINK_CHANGED,
PA_CORE_HOOK_DEFAULT_SOURCE_CHANGED,
+ PA_CORE_HOOK_MODULE_NEW,
+ PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
+ PA_CORE_HOOK_MODULE_UNLINK,
PA_CORE_HOOK_MAX
} pa_core_hook_t;