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:
Yonit Halperin 2012-08-08 11:06:40 +03:00
parent b3eba427bf
commit 6838a4fed0

View File

@ -263,6 +263,10 @@ channel MainChannel : BaseChannel {
uint8 uuid[16];
} uuid;
message {
uint32 num_tokens;
} agent_connected_tokens;
client:
message {
uint64 cache_size;