summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-08-08 11:06:40 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-08-27 09:02:05 +0300
commit6838a4fed07220425fdbcde1b5a80f87c5093fb7 (patch)
treefe82faeb4f8a7d65d5fa4793c100f9154b308208
parentb3eba427bfc9a1c8c23b5ebc859263695435d2a9 (diff)
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.
-rw-r--r--spice.proto4
1 files changed, 4 insertions, 0 deletions
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;