spice.proto: No need for @ptr32 as that is now the default

This commit is contained in:
Alexander Larsson 2010-06-23 16:35:09 +02:00 committed by Marc-André Lureau
parent ee597577e1
commit 2e8aecc2a5

View File

@ -1052,8 +1052,8 @@ channel TunnelChannel : BaseChannel {
uint32 id;
uint32 group;
uint32 port;
uint8 *name[cstring()] @ptr32 @nocopy;
uint8 *description[cstring()] @ptr32 @nocopy;
uint8 *name[cstring()] @nocopy;
uint8 *description[cstring()] @nocopy;
switch (type) {
case IPP:
TunnelIpInfo ip @ctype(SpiceMsgTunnelIpInfo);