mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
ccc: remove unused field
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
1df9510581
commit
79e50495fe
@ -469,7 +469,6 @@ CommonChannelClient *common_channel_new_client(CommonChannel *common,
|
||||
return NULL;
|
||||
}
|
||||
CommonChannelClient *common_cc = (CommonChannelClient*)rcc;
|
||||
common_cc->worker = common->worker;
|
||||
common_cc->id = common->worker->qxl->id;
|
||||
common->during_target_migrate = mig_target;
|
||||
|
||||
|
||||
@ -28,7 +28,6 @@ typedef struct CommonChannelClient {
|
||||
RedChannelClient base;
|
||||
|
||||
uint32_t id;
|
||||
RedWorker *worker;
|
||||
int is_low_bandwidth;
|
||||
} CommonChannelClient;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user