]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/migr-blocker.c
migration: simplify blockers
[mirror_qemu.git] / stubs / migr-blocker.c
index 300df6e205ada75898a70a45ea68e298662fcfb2..17a5dbf87b2e8af459febb34e104953bd4630a7d 100644 (file)
@@ -1,10 +1,11 @@
-#include "qemu-common.h"
-#include "migration/migration.h"
+#include "qemu/osdep.h"
+#include "migration/blocker.h"
 
-void migrate_add_blocker(Error *reason)
+int migrate_add_blocker(Error **reasonp, Error **errp)
 {
+    return 0;
 }
 
-void migrate_del_blocker(Error *reason)
+void migrate_del_blocker(Error **reasonp)
 {
 }