summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
blob: 0c79ca8d33362e839ffccb4b645e7d9207c5a671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MAIN_DISPATCHER_H
#define MAIN_DISPATCHER_H

#include <spice.h>
#include "red_channel.h"

void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
void main_dispatcher_seamless_migrate_dst_complete(RedClient *client);
void main_dispatcher_set_mm_time_latency(RedClient *client, uint32_t latency);
void main_dispatcher_init(SpiceCoreInterface *core);

#endif //MAIN_DISPATCHER_H