summaryrefslogtreecommitdiffstats
path: root/server/red_dispatcher.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-30 11:15:01 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:06 +0200
commit30c740201d1b111ca28e7881ddbcc91f259b8a11 (patch)
tree7d06286e3494dde3324bd0a28789375d1c152d6b /server/red_dispatcher.h
parent455cae7c74048da24e816aa3e00a3b62257f687d (diff)
downloadspice-30c740201d1b111ca28e7881ddbcc91f259b8a11.tar.gz
spice-30c740201d1b111ca28e7881ddbcc91f259b8a11.tar.xz
spice-30c740201d1b111ca28e7881ddbcc91f259b8a11.zip
VDInterface: redesign.
VDInterface has been renamed to SpiceBaseInterface. Dropped base_version element, shlib versioning should be used instead. Dropped id element, it is passed to spice_server_add_interface() instead. Now SpiceBaseInterface has static information only, multiple interface instances can share it. Added SpiceBaseInstance struct for maintaining per-instance state information. Adapted spice_server_{add,remove}_interface() functions to the new world.
Diffstat (limited to 'server/red_dispatcher.h')
-rw-r--r--server/red_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_dispatcher.h b/server/red_dispatcher.h
index df151041..b0bc040f 100644
--- a/server/red_dispatcher.h
+++ b/server/red_dispatcher.h
@@ -19,7 +19,7 @@
#define _H_RED_DISPATCHER
-struct RedDispatcher *red_dispatcher_init(QXLInterface *qxl_interface);
+struct RedDispatcher *red_dispatcher_init(QXLInterface *qxl_interface, int id);
void red_dispatcher_set_mm_time(uint32_t);
void red_dispatcher_on_ic_change();