[Spice-devel] [PATCH] server: moved agent pipe headers to spice-protocol

Alon Levy alevy at redhat.com
Mon Aug 30 04:49:15 PDT 2010


diff --git a/server/reds.c b/server/reds.c
index b7c6ce7..3ed5ba9 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -174,16 +174,6 @@ enum {
     VDI_PORT_READ_STATE_READ_DATA,
 };
 
-enum {
-    VDP_CLIENT_PORT = 1,
-    VDP_SERVER_PORT,
-};
-
-typedef struct __attribute__ ((__packed__)) VDIChunkHeader {
-    uint32_t port;
-    uint32_t size;
-} VDIChunkHeader;
-
 typedef struct VDIPortState {
     int connected;
     uint32_t plug_generation;


More information about the Spice-devel mailing list