client-node: don't make add_listener async

It is not really async, the init is async.
This commit is contained in:
Wim Taymans 2019-03-15 20:28:42 +01:00
parent 1ab00fae6d
commit 33afa18621
5 changed files with 14 additions and 11 deletions

View file

@ -38,6 +38,7 @@ enum pw_spa_node_flags {
PW_SPA_NODE_FLAG_DISABLE = (1 << 0),
PW_SPA_NODE_FLAG_ACTIVATE = (1 << 1),
PW_SPA_NODE_FLAG_NO_REGISTER = (1 << 2),
PW_SPA_NODE_FLAG_ASYNC = (1 << 3),
};
struct pw_node *