pulse-server: use the work-queue to unload modules

This avoids allocating an eventfd for each module.
This commit is contained in:
Wim Taymans 2021-04-21 13:17:28 +02:00
parent fee8bf69dd
commit 639e6ea644
2 changed files with 5 additions and 8 deletions

View file

@ -63,7 +63,6 @@ struct module {
struct impl *impl;
const struct module_methods *methods;
struct spa_hook_list hooks;
struct spa_source *unload;
void *user_data;
};