net/colo-compare.c: Introduce parameter for compare_chr_send()
commit3037e7a5b7670e9b99dd61e3fe4b9e41ce8c1143
authorZhang Chen <zhangchen.fnst@cn.fujitsu.com>
Tue, 4 Jul 2017 06:53:51 +0000 (4 14:53 +0800)
committerJason Wang <jasowang@redhat.com>
Mon, 17 Jul 2017 12:13:49 +0000 (17 20:13 +0800)
tree8d23423ff447bb6923b7d94978b076a78751b380
parentada1a33f9a690b95d32115b38b88a33cb66c83bd
net/colo-compare.c: Introduce parameter for compare_chr_send()

This patch change the compare_chr_send() parameter from CharBackend to CompareState,
we can get more information like vnet_hdr(We use it to support packet with vnet_header).

Signed-off-by: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/colo-compare.c