]> Git Repo - qemu.git/blobdiff - migration/socket.h
Revert "ide/ahci: Check for -ECANCELED in aio callbacks"
[qemu.git] / migration / socket.h
index 6b91e9db386894a8db83ba0d3216a27343a2d550..528c3b020270c38d2fb272c1e5d2f1a878b5fd96 100644 (file)
 
 #ifndef QEMU_MIGRATION_SOCKET_H
 #define QEMU_MIGRATION_SOCKET_H
+
+#include "io/channel.h"
+#include "io/task.h"
+
+void socket_send_channel_create(QIOTaskFunc f, void *data);
+int socket_send_channel_destroy(QIOChannel *send);
+
 void tcp_start_incoming_migration(const char *host_port, Error **errp);
 
 void tcp_start_outgoing_migration(MigrationState *s, const char *host_port,
This page took 0.023669 seconds and 4 git commands to generate.