summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-17 10:07:36 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:11 +0200
commitc36efa5950e07f7795c8b34709f1e770adfad80d (patch)
treee7707a19c1968d5565945c5c7e9fd48cb7bd8d76 /spice.proto
parent635ad37ee9df0861860f49dc602044b356f08cb2 (diff)
downloadspice-c36efa5950e07f7795c8b34709f1e770adfad80d.tar.gz
spice-c36efa5950e07f7795c8b34709f1e770adfad80d.tar.xz
spice-c36efa5950e07f7795c8b34709f1e770adfad80d.zip
Use @ptr32 for 32bit offsets in spice.proto
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice.proto b/spice.proto
index 7952f9a5..d41137f8 100644
--- a/spice.proto
+++ b/spice.proto
@@ -1031,8 +1031,8 @@ channel TunnelChannel : BaseChannel {
uint32 id;
uint32 group;
uint32 port;
- uint32 name;
- uint32 description;
+ uint8 *name[] @ptr32;
+ uint8 *description[] @ptr32;
switch (type) {
case IPP:
TunnelIpInfo ip @ctype(SpiceMsgTunnelIpInfo);