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