summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-24 10:15:24 +0100
committerHans de Goede <hdegoede@redhat.com>2011-03-24 11:28:51 +0100
commitdb3961d831b5259db95313988980d2c47d7076b3 (patch)
tree2e7f5b8236e2d03a72b061c74b1443edb88f69a9
parent1a69e2bd757a41212166f748dcd4851265a27c0d (diff)
vd_agent.h: Add a VDP_END_PORT to the chunk port enum
-rw-r--r--spice/vd_agent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/vd_agent.h b/spice/vd_agent.h
index ec2ef27..2b9884e 100644
--- a/spice/vd_agent.h
+++ b/spice/vd_agent.h
@@ -38,6 +38,7 @@
enum {
VDP_CLIENT_PORT = 1,
VDP_SERVER_PORT,
+ VDP_END_PORT
};
typedef struct SPICE_ATTR_PACKED VDIChunkHeader {