LADI
/
spa
1
Fork 0

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:
Wim Taymans 2023-05-19 13:30:24 +02:00
parent f085a1fa49
commit 7da1094819
1 changed files with 2 additions and 0 deletions

View File

@ -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);