mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: use the work-queue to unload modules
This avoids allocating an eventfd for each module.
This commit is contained in:
parent
fee8bf69dd
commit
639e6ea644
2 changed files with 5 additions and 8 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue