]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/migr-blocker.c
sockets: Fix socket_address_to_string() hostname truncation
[mirror_qemu.git] / stubs / migr-blocker.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "migration/migration.h"
4
5 int migrate_add_blocker(Error *reason, Error **errp)
6 {
7 return 0;
8 }
9
10 void migrate_del_blocker(Error *reason)
11 {
12 }