diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-03-24 10:15:24 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-03-24 11:28:51 +0100 |
commit | db3961d831b5259db95313988980d2c47d7076b3 (patch) | |
tree | 2e7f5b8236e2d03a72b061c74b1443edb88f69a9 /spice/vd_agent.h | |
parent | 1a69e2bd757a41212166f748dcd4851265a27c0d (diff) | |
download | spice-protocol-db3961d831b5259db95313988980d2c47d7076b3.tar.gz spice-protocol-db3961d831b5259db95313988980d2c47d7076b3.tar.xz spice-protocol-db3961d831b5259db95313988980d2c47d7076b3.zip |
vd_agent.h: Add a VDP_END_PORT to the chunk port enum
Diffstat (limited to 'spice/vd_agent.h')
-rw-r--r-- | 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..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 { |