mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: client: restructure message handling
Move all I/O event source modifications into client.c.
This commit is contained in:
parent
5ef9deae83
commit
4678ea06a0
3 changed files with 80 additions and 60 deletions
|
|
@ -96,7 +96,7 @@ struct client {
|
|||
|
||||
unsigned int disconnect:1;
|
||||
unsigned int disconnecting:1;
|
||||
unsigned int need_flush:1;
|
||||
unsigned int new_msg_since_last_flush:1;
|
||||
|
||||
struct pw_manager_object *prev_default_sink;
|
||||
struct pw_manager_object *prev_default_source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue