diff --git a/spice.proto b/spice.proto index 7952f9a..d41137f 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);