mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-08 17:45:17 +00:00
Use @ptr32 for 32bit offsets in spice.proto
This commit is contained in:
parent
8065944cdb
commit
35c482dad2
@ -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