jack: work on cleanup

This commit is contained in:
Wim Taymans 2017-08-16 17:11:37 +02:00
parent 8f7a19f2e3
commit b7647e80d3
8 changed files with 76 additions and 31 deletions

View file

@ -26,6 +26,7 @@ struct jack_client {
int fd; /* notify fd */
struct spa_hook node_listener;
struct spa_list client_link;
bool activated;
};
struct jack_server {