summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-17 11:19:31 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 20:27:32 +0200
commit4e44b7cf95421ebdf9890653cf7b110fad340f3a (patch)
tree60a4de53801b349001e134eea7fb6217588370ad /spice.proto
parentee91ed475dc5b9ea8f5ee05faa3dd153306e3471 (diff)
downloadspice-4e44b7cf95421ebdf9890653cf7b110fad340f3a.tar.gz
spice-4e44b7cf95421ebdf9890653cf7b110fad340f3a.tar.xz
spice-4e44b7cf95421ebdf9890653cf7b110fad340f3a.zip
Make tunnel_service_add members be of cstring array size
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/spice.proto b/spice.proto
index d41137f8..093c8087 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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);