diff options
Diffstat (limited to 'net/colo-stubs.c')
| -rw-r--r-- | net/colo-stubs.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/colo-stubs.c b/net/colo-stubs.c new file mode 100644 index 0000000000..ec726665be --- /dev/null +++ b/net/colo-stubs.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "qemu/notify.h" +#include "net/colo-compare.h" + +void colo_compare_cleanup(void) +{ +} |