mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-27 07:01:36 +00:00
Make tunnel_service_add members be of cstring array size
This commit is contained in:
parent
3114699378
commit
d802d7e7f8
@ -1031,8 +1031,8 @@ channel TunnelChannel : BaseChannel {
|
||||
uint32 id;
|
||||
uint32 group;
|
||||
uint32 port;
|
||||
uint8 *name[] @ptr32;
|
||||
uint8 *description[] @ptr32;
|
||||
uint8 *name[cstring()] @ptr32 @nocopy;
|
||||
uint8 *description[cstring()] @ptr32 @nocopy;
|
||||
switch (type) {
|
||||
case IPP:
|
||||
TunnelIpInfo ip @ctype(SpiceMsgTunnelIpInfo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user