summary refs log tree commit diff stats
path: root/net/colo-stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/colo-stubs.c')
-rw-r--r--net/colo-stubs.c7
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)
+{
+}