]> Git Repo - qemu.git/blob - stubs/migr-blocker.c
build-sys: fix building with make CFLAGS=.. argument
[qemu.git] / stubs / migr-blocker.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "migration/migration.h"
4
5 void migrate_add_blocker(Error *reason)
6 {
7 }
8
9 void migrate_del_blocker(Error *reason)
10 {
11 }
This page took 0.023852 seconds and 4 git commands to generate.