From 4e44b7cf95421ebdf9890653cf7b110fad340f3a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 17 Jun 2010 11:19:31 +0200 Subject: Make tunnel_service_add members be of cstring array size --- spice.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spice.proto b/spice.proto index d41137f8..093c8087 100644 --- a/spice.proto +++ b/spice.proto @@ -1031,8 +1031,8 @@ channel TunnelChannel : BaseChannel { uint32 id; uint32 group; uint32 port; - uint8 *name[] @ptr32; - uint8 *description[] @ptr32; + uint8 *name[cstring()] @ptr32 @nocopy; + uint8 *description[cstring()] @ptr32 @nocopy; switch (type) { case IPP: TunnelIpInfo ip @ctype(SpiceMsgTunnelIpInfo); -- cgit