diff options
Diffstat (limited to 'gtk/channel-record.c')
-rw-r--r-- | gtk/channel-record.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/channel-record.c b/gtk/channel-record.c index ec68ab6..0f239e5 100644 --- a/gtk/channel-record.c +++ b/gtk/channel-record.c @@ -120,6 +120,8 @@ static spice_msg_handler record_handlers[] = { [ SPICE_MSG_PING ] = spice_channel_handle_ping, [ SPICE_MSG_NOTIFY ] = spice_channel_handle_notify, [ SPICE_MSG_DISCONNECTING ] = spice_channel_handle_disconnect, + [ SPICE_MSG_WAIT_FOR_CHANNELS ] = spice_channel_handle_wait_for_channels, + [ SPICE_MSG_MIGRATE ] = spice_channel_handle_migrate, [ SPICE_MSG_RECORD_START ] = record_handle_start, [ SPICE_MSG_RECORD_STOP ] = record_handle_stop, |