summaryrefslogtreecommitdiffstats
path: root/client/red_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/red_channel.h')
-rw-r--r--client/red_channel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/red_channel.h b/client/red_channel.h
index c2528abe..d973a455 100644
--- a/client/red_channel.h
+++ b/client/red_channel.h
@@ -25,6 +25,7 @@
#include "platform.h"
#include "process_loop.h"
#include "demarshallers.h"
+#include "marshallers.h"
enum {
PASSIVE_STATE,
@@ -144,6 +145,8 @@ protected:
void handle_disconnect(RedPeer::InMessage* message);
void handle_notify(RedPeer::InMessage* message);
+ SpiceMessageMarshallers *_marshallers;
+
private:
void set_state(int state);
void run();