rework module usage counter stuff to be pull based

This commit is contained in:
Lennart Poettering 2009-01-15 20:49:12 +01:00
parent edf88a5150
commit bae221cca9
17 changed files with 126 additions and 18 deletions

View file

@ -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));
}