[Spice-commits] 2 commits - server/reds.c
Alon Levy
alon at kemper.freedesktop.org
Mon Aug 30 06:15:15 PDT 2010
server/reds.c | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 94028c134879d981f5a5de24e2e320e41016bcf2
Merge: 494f5d4... ea298a1...
Author: Alon Levy <alevy at redhat.com>
Date: Mon Aug 30 16:12:49 2010 +0300
Merge commit 'ea298a14e1cde8b811baf6bd187287f18dde0dee'
commit ea298a14e1cde8b811baf6bd187287f18dde0dee
Author: Alon Levy <alevy at redhat.com>
Date: Mon Aug 30 14:48:41 2010 +0300
server: moved agent pipe headers to spice-protocol
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-commits
mailing list