From c36efa5950e07f7795c8b34709f1e770adfad80d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 17 Jun 2010 10:07:36 +0200 Subject: Use @ptr32 for 32bit offsets in spice.proto --- spice.proto | 4 ++-- 1 file 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); -- cgit