summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-04 14:21:08 +0200
committerAlon Levy <alevy@redhat.com>2011-01-13 06:56:53 +0200
commitcdfa261dbb617214d371ae136c5bd005a452dabf (patch)
tree8b389844f74b8157ba3d75eec72483ea4633960a /server/main_channel.c
parent685f82a48e1c4aea3344d49786b94b1015423047 (diff)
downloadspice-cdfa261dbb617214d371ae136c5bd005a452dabf.tar.gz
spice-cdfa261dbb617214d371ae136c5bd005a452dabf.tar.xz
spice-cdfa261dbb617214d371ae136c5bd005a452dabf.zip
server/reds: s/reds_push_migrate_data_item/reds_marshall_migrate_data_item/
Diffstat (limited to 'server/main_channel.c')
-rw-r--r--server/main_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main_channel.c b/server/main_channel.c
index 7dff2b47..e42f1734 100644
--- a/server/main_channel.c
+++ b/server/main_channel.c
@@ -431,7 +431,7 @@ static void main_channel_push_migrate_data_item(MainChannel *main_chan)
SpiceMarshaller *m = item->m;
MainMigrateData *data = (MainMigrateData *)spice_marshaller_reserve_space(m, sizeof(MainMigrateData));
- reds_push_migrate_data_item(m, data); // TODO: from reds split. ugly separation.
+ reds_marshall_migrate_data_item(m, data); // TODO: from reds split. ugly separation.
data->serial = main_chan->serial;
data->ping_id = main_chan->ping_id;
main_channel_push_pipe_item(main_chan, item);