mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-05 23:57:43 +00:00
add SPICE_MSG_MAIN_AGENT_CONNECTED_TOKENS
The msg is used for setting the number of allocated client tokens when we notify the client that the agent is attached.
This commit is contained in:
parent
b3eba427bf
commit
6838a4fed0
@ -263,6 +263,10 @@ channel MainChannel : BaseChannel {
|
||||
uint8 uuid[16];
|
||||
} uuid;
|
||||
|
||||
message {
|
||||
uint32 num_tokens;
|
||||
} agent_connected_tokens;
|
||||
|
||||
client:
|
||||
message {
|
||||
uint64 cache_size;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user