From db3961d831b5259db95313988980d2c47d7076b3 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 24 Mar 2011 10:15:24 +0100 Subject: [PATCH] vd_agent.h: Add a VDP_END_PORT to the chunk port enum --- spice/vd_agent.h | 1 + 1 file changed, 1 insertion(+) 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 {