pulse-server: client: restructure message handling

Move all I/O event source modifications into client.c.
This commit is contained in:
Barnabás Pőcze 2021-11-11 12:36:43 +01:00 committed by Wim Taymans
parent 5ef9deae83
commit 4678ea06a0
3 changed files with 80 additions and 60 deletions

View file

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