vd_agent.h: Add a VDP_END_PORT to the chunk port enum

This commit is contained in:
Hans de Goede 2011-03-24 10:15:24 +01:00
parent 1a69e2bd75
commit db3961d831

View File

@ -38,6 +38,7 @@
enum {
VDP_CLIENT_PORT = 1,
VDP_SERVER_PORT,
VDP_END_PORT
};
typedef struct SPICE_ATTR_PACKED VDIChunkHeader {