[Spice-devel] [PATCH] reds: remove needless buffer in InputsState

Alon Levy alevy at redhat.com
Sun Oct 31 08:42:57 PDT 2010


---
 server/reds.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/server/reds.c b/server/reds.c
index 7ab4925..9ce7879 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -208,8 +208,6 @@ typedef struct VDIPortState {
 typedef struct InputsState {
     Channel *channel;
     RedsStreamContext *peer;
-    uint8_t buf[RECIVE_BUF_SIZE];
-    uint32_t end_pos;
     IncomingHandler in_handler;
     OutgoingHandler out_handler;
     VDAgentMouseState mouse_state;
@@ -2431,7 +2429,6 @@ static void inputs_link(Channel *channel, RedsStreamContext *peer, int migration
     }
 
     inputs_state->peer = peer;
-    inputs_state->end_pos = 0;
     inputs_state->channel = channel;
     inputs_state->in_handler.parser = spice_get_client_channel_parser(SPICE_CHANNEL_INPUTS, NULL);
     inputs_state->in_handler.opaque = inputs_state;
-- 
1.7.3.1



More information about the Spice-devel mailing list