summaryrefslogtreecommitdiff
path: root/spice.proto
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
commitc6bd210ad0b6eb485fda25426ab9d75253439f54 (patch)
treede203cff8a0064821eae2ed76a0f45adca40a99f /spice.proto
parentc0b048ebef41b3a79d42e96c0ecaef65e1bb7599 (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.
Diffstat (limited to 'spice.proto')
-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;