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:57:08 +0100
commitf343634fddb3a613493719502751aa8fa9236732 (patch)
tree4e1440031cc385a52387e98f7bd4201737fb8430
parent44e22ca6b6688caef89b28aa4620af5539bc1da4 (diff)
vd_agent.h: Add a VDP_END_PORT to the chunk port enum0.8
-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 {