mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 14:41:25 +00:00
dispatcher: Remove unused "stage" field
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
fff6e7da69
commit
cc95067a39
@ -57,7 +57,6 @@ struct DispatcherPrivate {
|
||||
pthread_t thread_id;
|
||||
pthread_mutex_t lock;
|
||||
DispatcherMessage *messages;
|
||||
int stage; /* message parser stage - sender has no stages */
|
||||
guint max_message_type;
|
||||
void *payload; /* allocated as max of message sizes */
|
||||
size_t payload_size; /* used to track realloc calls */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user