mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Make tunnel_service_add members be of cstring array size
This commit is contained in:
parent
ee91ed475d
commit
4e44b7cf95
@ -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