aboutsummaryrefslogtreecommitdiff
path: root/migration/channel-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'migration/channel-block.c')
-rw-r--r--migration/channel-block.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/migration/channel-block.c b/migration/channel-block.c
index b737436..fff8d87 100644
--- a/migration/channel-block.c
+++ b/migration/channel-block.c
@@ -158,8 +158,9 @@ qio_channel_block_close(QIOChannel *ioc,
static void
qio_channel_block_set_aio_fd_handler(QIOChannel *ioc,
- AioContext *ctx,
+ AioContext *read_ctx,
IOHandler *io_read,
+ AioContext *write_ctx,
IOHandler *io_write,
void *opaque)
{