summaryrefslogtreecommitdiffstats
path: root/server/red_channel.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-30 11:28:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:06 +0200
commit10e6d8b53cf89b9e7c58b0696f078d18af21827e (patch)
treefd1c50faa573c34737f601dc7f607659f9fb32a5 /server/red_channel.h
parent30c740201d1b111ca28e7881ddbcc91f259b8a11 (diff)
downloadspice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.tar.gz
spice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.tar.xz
spice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.zip
s/CoreInterface/SpiceCoreInterface/
Diffstat (limited to 'server/red_channel.h')
-rw-r--r--server/red_channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/red_channel.h b/server/red_channel.h
index e222f634..1fc92e5f 100644
--- a/server/red_channel.h
+++ b/server/red_channel.h
@@ -101,7 +101,7 @@ typedef void (*channel_release_pipe_item_proc)(RedChannel *channel,
struct RedChannel {
RedsStreamContext *peer;
- CoreInterface *core;
+ SpiceCoreInterface *core;
int migrate;
int handle_acks;
@@ -141,7 +141,8 @@ struct RedChannel {
/* if one of the callbacks should cause disconnect, use red_channel_shutdown and don't
explicitly destroy the channel */
-RedChannel *red_channel_create(int size, RedsStreamContext *peer, CoreInterface *core,
+RedChannel *red_channel_create(int size, RedsStreamContext *peer,
+ SpiceCoreInterface *core,
int migrate, int handle_acks,
channel_configure_socket_proc config_socket,
channel_disconnect_proc disconnect,