summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-23 12:25:16 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-23 16:33:07 +0200
commit10c16b3c82f179e05360d38c29431115895dcba5 (patch)
tree9899135b333255d0aeb8676ae8fff653e125a373 /spice.proto
parent899a9df0e6892c1cb5426949359ae6815914803a (diff)
downloadspice-10c16b3c82f179e05360d38c29431115895dcba5.tar.gz
spice-10c16b3c82f179e05360d38c29431115895dcba5.tar.xz
spice-10c16b3c82f179e05360d38c29431115895dcba5.zip
Remove minor markup in unstable protocol as we're resetting minor to 0
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/spice.proto b/spice.proto
index dbd3dde1..f722e7d7 100644
--- a/spice.proto
+++ b/spice.proto
@@ -168,11 +168,11 @@ channel MainChannel : BaseChannel {
uint16 sport;
uint32 host_offset;
uint32 host_size;
- pubkey_type pub_key_type @minor(2);
- uint32 pub_key_offset @minor(2);
- uint32 pub_key_size @minor(2);
+ pubkey_type pub_key_type;
+ uint32 pub_key_offset;
+ uint32 pub_key_size;
uint8 host_data[host_size] @end @ctype(uint8_t) @zero_terminated @nomarshal;
- uint8 pub_key_data[pub_key_size] @minor(2) @end @ctype(uint8_t) @zero_terminated @nomarshal;
+ uint8 pub_key_data[pub_key_size] @end @ctype(uint8_t) @zero_terminated @nomarshal;
} @ctype(SpiceMsgMainMigrationBegin) migrate_begin = 101;
Empty migrate_cancel;