From 6838a4fed07220425fdbcde1b5a80f87c5093fb7 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Wed, 8 Aug 2012 11:06:40 +0300 Subject: [PATCH] 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. --- spice.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spice.proto b/spice.proto index 29d6a8b..271e35d 100644 --- a/spice.proto +++ b/spice.proto @@ -263,6 +263,10 @@ channel MainChannel : BaseChannel { uint8 uuid[16]; } uuid; + message { + uint32 num_tokens; + } agent_connected_tokens; + client: message { uint64 cache_size;