[Spice-commits] spice.proto

Alexander Larsson alexl at kemper.freedesktop.org
Wed Jun 23 07:35:28 PDT 2010


 spice.proto |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9c504f23ef911b13cbd582d53ff104eec318100b
Author: Alexander Larsson <alexl at redhat.com>
Date:   Wed Jun 23 16:35:09 2010 +0200

    spice.proto: No need for @ptr32 as that is now the default

diff --git a/spice.proto b/spice.proto
index 0d970da..199fa38 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);


More information about the Spice-commits mailing list