Use @ptr32 for 32bit offsets in spice.proto

This commit is contained in:
Alexander Larsson 2010-06-17 10:07:36 +02:00
parent 635ad37ee9
commit c36efa5950

View File

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