summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/main_dispatcher.h')
-rw-r--r--server/main_dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/main_dispatcher.h b/server/main_dispatcher.h
index d44ee3a5..0c79ca8d 100644
--- a/server/main_dispatcher.h
+++ b/server/main_dispatcher.h
@@ -6,6 +6,7 @@
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