summaryrefslogtreecommitdiff
path: root/net/Makefile.objs
diff options
context:
space:
mode:
authorZhang Chen <zhangchen.fnst@cn.fujitsu.com>2016-09-27 10:22:27 +0800
committerJason Wang <jasowang@redhat.com>2016-09-27 17:54:21 +0800
commit59509ec16b7ee92b3f8261c554023aa1d3169317 (patch)
tree5fdbb7063df65a31a3c6c50cfad42b49c0859a67 /net/Makefile.objs
parent7dce4e6fd2baa4935074fa03736588017c1a8b84 (diff)
downloadqemu-59509ec16b7ee92b3f8261c554023aa1d3169317.tar.gz
net/colo.c: add colo.c to define and handle packet
The net/colo.c is used by colo-compare and filter-rewriter. this can share common data structure like net packet, and other functions. Signed-off-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> Signed-off-by: Wen Congyang <wency@cn.fujitsu.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net/Makefile.objs')
-rw-r--r--net/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile.objs b/net/Makefile.objs
index ba92f73a51..beb504bbff 100644
--- a/net/Makefile.objs
+++ b/net/Makefile.objs
@@ -17,3 +17,4 @@ common-obj-y += filter.o
common-obj-y += filter-buffer.o
common-obj-y += filter-mirror.o
common-obj-y += colo-compare.o
+common-obj-y += colo.o