core, core-scache: Fire hooks for new, changed and removed events

(Refactored by David Henningsson)
This commit is contained in:
Juho Hämäläinen 2015-03-19 13:50:54 +02:00 committed by David Henningsson
parent e0b8966954
commit 7a3ed4af12
2 changed files with 16 additions and 3 deletions

View file

@ -131,6 +131,9 @@ typedef enum pa_core_hook {
PA_CORE_HOOK_MODULE_NEW,
PA_CORE_HOOK_MODULE_PROPLIST_CHANGED,
PA_CORE_HOOK_MODULE_UNLINK,
PA_CORE_HOOK_SAMPLE_CACHE_NEW,
PA_CORE_HOOK_SAMPLE_CACHE_CHANGED,
PA_CORE_HOOK_SAMPLE_CACHE_UNLINK,
PA_CORE_HOOK_MAX
} pa_core_hook_t;