summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spice.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice.proto b/spice.proto
index 7952f9a5..d41137f8 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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);