[Spice-devel] [PATCH spice-protocol] vd_agent.h: Add a VDP_LAST_PORT to the chunk port enum
Hans de Goede
hdegoede at redhat.com
Thu Mar 24 02:15:43 PDT 2011
---
spice/vd_agent.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index ec2ef27..a9d7144 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -38,6 +38,7 @@
enum {
VDP_CLIENT_PORT = 1,
VDP_SERVER_PORT,
+ VDP_LAST_PORT = VDP_SERVER_PORT
};
typedef struct SPICE_ATTR_PACKED VDIChunkHeader {
--
1.7.3.2
More information about the Spice-devel
mailing list