Make tunnel_service_add members be of cstring array size

This commit is contained in:
Alexander Larsson 2010-06-17 11:19:31 +02:00 committed by Marc-André Lureau
parent 3114699378
commit d802d7e7f8

View File

@ -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);