summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-10-07 13:50:20 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-01-20 12:15:41 +0100
commit8b347a641c885fdc31a41a1b1a55da982b580265 (patch)
tree659abc85944ebd4c41fb12eaf34223d807991abc /server/red_channel.h
parent73c56e5a2d952bf566c3fbff5e9aefff70ddd59a (diff)
downloadspice-8b347a641c885fdc31a41a1b1a55da982b580265.tar.gz
spice-8b347a641c885fdc31a41a1b1a55da982b580265.tar.xz
spice-8b347a641c885fdc31a41a1b1a55da982b580265.zip
Add reds_stream.[ch]
Gather common RedsStream code there rather than having it in reds.c
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index 9e54dcec..f638d3c7 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -31,6 +31,7 @@
#include "spice.h"
#include "red_common.h"
#include "demarshallers.h"
+#include "reds_stream.h"
#define MAX_SEND_BUFS 1000
#define CLIENT_ACK_WINDOW 20
@@ -131,7 +132,6 @@ typedef struct BufDescriptor {
uint8_t *data;
} BufDescriptor;
-typedef struct RedsStream RedsStream;
typedef struct RedChannel RedChannel;
typedef struct RedChannelClient RedChannelClient;
typedef struct RedClient RedClient;