]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/channel.h
qemu-file: Remove _noflush from qemu_file_transferred_noflush()
[mirror_qemu.git] / migration / channel.h
index 67a461c28a4ec46819c773ef320fff3e21eeab09..5bdb8208a744f5e95f8a01fc29b2a25047f6ede1 100644 (file)
@@ -24,4 +24,9 @@ void migration_channel_connect(MigrationState *s,
                                QIOChannel *ioc,
                                const char *hostname,
                                Error *error_in);
+
+int migration_channel_read_peek(QIOChannel *ioc,
+                                const char *buf,
+                                const size_t buflen,
+                                Error **errp);
 #endif