mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-10 06:55:58 +00:00
Use @ptr32 for 32bit offsets in spice.proto
This commit is contained in:
parent
27238241f0
commit
3114699378
@ -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