mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
red_channel: set send_data.last_sent_serial in red_channel_client_set_message_serial
red_channel_client_set_message_serial is called for setting the serial of the display channel messages after migration (on the destination side). The serial is retrieved from the migration data.
This commit is contained in:
parent
26027036c0
commit
e142bd9a61
@ -1269,6 +1269,7 @@ uint64_t red_channel_client_get_message_serial(RedChannelClient *rcc)
|
||||
|
||||
void red_channel_client_set_message_serial(RedChannelClient *rcc, uint64_t serial)
|
||||
{
|
||||
rcc->send_data.last_sent_serial = serial;
|
||||
rcc->send_data.serial = serial;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user