mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
Remove only set serial field
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
9481af181d
commit
30184bb7fb
@ -674,7 +674,6 @@ RedChannelClient *red_channel_client_create(int size, RedChannel *channel, RedCl
|
||||
}
|
||||
|
||||
rcc->incoming.header.data = rcc->incoming.header_buf;
|
||||
rcc->incoming.serial = 1;
|
||||
|
||||
if (!channel->channel_cbs.config_socket(rcc)) {
|
||||
goto error;
|
||||
@ -740,7 +739,6 @@ RedChannelClient *red_channel_client_create_dummy(int size,
|
||||
}
|
||||
|
||||
rcc->incoming.header.data = rcc->incoming.header_buf;
|
||||
rcc->incoming.serial = 1;
|
||||
g_queue_init(&rcc->priv->pipe);
|
||||
|
||||
rcc->priv->dummy = TRUE;
|
||||
|
||||
@ -195,7 +195,6 @@ typedef struct IncomingHandler {
|
||||
uint32_t header_pos;
|
||||
uint8_t *msg; // data of the msg following the header. allocated by alloc_msg_buf.
|
||||
uint32_t msg_pos;
|
||||
uint64_t serial;
|
||||
} IncomingHandler;
|
||||
|
||||
struct RedChannelClient {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user