mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
client-node: use bound id from the proxy
Remove the obsolete node_id from the transport. We get this info now from the proxy.
This commit is contained in:
parent
fcd4ae3334
commit
c9a54112e4
5 changed files with 21 additions and 16 deletions
|
|
@ -68,7 +68,6 @@ struct pw_client_node_proxy_events {
|
|||
*
|
||||
* The transport area is used to signal the client and the server.
|
||||
*
|
||||
* \param node_id the node id created for this client node
|
||||
* \param readfd fd for signal data can be read
|
||||
* \param writefd fd for signal data can be written
|
||||
* \param mem_id id for activation memory
|
||||
|
|
@ -76,7 +75,6 @@ struct pw_client_node_proxy_events {
|
|||
* \param size size of activation memory
|
||||
*/
|
||||
int (*transport) (void *object,
|
||||
uint32_t node_id,
|
||||
int readfd,
|
||||
int writefd,
|
||||
uint32_t mem_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue