summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
blob: d44ee3a5022d405e3c26cdd3d77d8357577a55b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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_init(SpiceCoreInterface *core);

#endif //MAIN_DISPATCHER_H