mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-09 14:13:42 +00:00
spice.proto: No need for @ptr32 as that is now the default
This commit is contained in:
parent
baa0718cec
commit
fc30c38a94
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user