mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-21 01:40:30 -05:00
rework module usage counter stuff to be pull based
This commit is contained in:
parent
edf88a5150
commit
bae221cca9
17 changed files with 126 additions and 18 deletions
|
|
@ -62,7 +62,7 @@ char *pa_module_list_to_string(pa_core *c) {
|
|||
m->index,
|
||||
m->name,
|
||||
pa_strempty(m->argument),
|
||||
m->n_used,
|
||||
pa_module_get_n_used(m),
|
||||
pa_yes_no(m->load_once));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue