From ccf0426c09f0989d9874f7c63aff58376e1d972a Mon Sep 17 00:00:00 2001 From: Zhang Chen Date: Tue, 27 Sep 2016 10:22:28 +0800 Subject: Jhash: add linux kernel jhashtable in qemu Jhash will be used by colo-compare and filter-rewriter to save and lookup net connection info Signed-off-by: Zhang Chen Signed-off-by: Li Zhijian Signed-off-by: Wen Congyang Signed-off-by: Jason Wang --- net/colo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net/colo.h') diff --git a/net/colo.h b/net/colo.h index e211eda..05dc0b6 100644 --- a/net/colo.h +++ b/net/colo.h @@ -16,6 +16,7 @@ #define QEMU_COLO_PROXY_H #include "slirp/slirp.h" +#include "qemu/jhash.h" #define HASHTABLE_MAX_SIZE 16384 -- cgit v1.1