]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/migr-blocker.c
sockets: Fix socket_address_to_string() hostname truncation
[mirror_qemu.git] / stubs / migr-blocker.c
index 300df6e205ada75898a70a45ea68e298662fcfb2..a5ba18f53d556f254c7e8b684f8c6564f484378d 100644 (file)
@@ -1,8 +1,10 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "migration/migration.h"
 
-void migrate_add_blocker(Error *reason)
+int migrate_add_blocker(Error *reason, Error **errp)
 {
+    return 0;
 }
 
 void migrate_del_blocker(Error *reason)