client-stream: send node_id to client

Send the node_id of the client-stream node to the client.
This commit is contained in:
Wim Taymans 2018-06-18 13:19:54 +02:00
parent ca61fd1405
commit bbd5c941d2
3 changed files with 17 additions and 11 deletions

View file

@ -47,6 +47,8 @@ pw_client_node_new(struct pw_resource *resource,
void
pw_client_node_destroy(struct pw_client_node *node);
void pw_client_node_registered(struct pw_client_node *node, uint32_t node_id);
#ifdef __cplusplus
}
#endif