node: improve driver changes

Reimplement driver changes without corrupting our lists.

Keep track of unfinished graph and dump state of nodes.
This commit is contained in:
Wim Taymans 2019-03-08 11:37:52 +01:00
parent 964be84e1c
commit 7cdc13b281
2 changed files with 35 additions and 23 deletions

View file

@ -318,6 +318,7 @@ struct pw_node_activation {
#define AWAKE 2
#define FINISHED 3
int status;
int running;
uint64_t signal_time;
uint64_t awake_time;