mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 20:04:09 +00:00
Use @ptr32 for 32bit offsets in spice.proto
This commit is contained in:
parent
635ad37ee9
commit
c36efa5950
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user