mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
remote-node: update some internal state
This is not really used yet but when we get an activation record from the server we can update the node stet some more.
This commit is contained in:
parent
f085a1fa49
commit
7da1094819
1 changed files with 2 additions and 0 deletions
|
|
@ -259,6 +259,8 @@ static int client_node_transport(void *_data,
|
|||
}
|
||||
|
||||
node->rt.activation = data->activation->ptr;
|
||||
node->rt.position = &node->rt.activation->position;
|
||||
node->info.id = node->rt.activation->position.clock.id;
|
||||
|
||||
pw_log_debug("remote-node %p: fds:%d %d node:%u activation:%p",
|
||||
proxy, readfd, writefd, data->remote_id, data->activation->ptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue