mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
rework autospawning to allow to multiple parallel autospawning contexts
This commit is contained in:
parent
994ff984f0
commit
fb837f0cac
2 changed files with 107 additions and 209 deletions
|
|
@ -78,9 +78,6 @@ struct pa_context {
|
|||
pa_bool_t do_shm:1;
|
||||
|
||||
pa_bool_t do_autospawn:1;
|
||||
pa_bool_t autospawn_locked:1;
|
||||
int autospawn_fd;
|
||||
pa_io_event *autospawn_event;
|
||||
pa_spawn_api spawn_api;
|
||||
|
||||
pa_strlist *server_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue