summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-23 16:35:09 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-23 16:35:09 +0200
commit9c504f23ef911b13cbd582d53ff104eec318100b (patch)
treecec67878b2867e4e42c55e20a582c02541045c5b /spice.proto
parent054c88b1250417d4452fe4f54cdbcc1c4da51616 (diff)
downloadspice-9c504f23ef911b13cbd582d53ff104eec318100b.tar.gz
spice-9c504f23ef911b13cbd582d53ff104eec318100b.tar.xz
spice-9c504f23ef911b13cbd582d53ff104eec318100b.zip
spice.proto: No need for @ptr32 as that is now the default
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 0d970daa..199fa389 100644
--- a/spice.proto
+++ b/spice.proto
@@ -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);