On 08/17/2017 02:25 PM, Thomas Huth wrote:
This way we can get rid of the ugly #ifdefs in the code which makes it easier to extend later. Signed-off-by: Thomas Huth <th...@redhat.com>
Reviewed-by: Zhang Chen<zhangchen.f...@cn.fujitsu.com> It's better for my code. Thanks Zhang Chen
--- tests/Makefile.include | 8 ++++---- tests/test-filter-mirror.c | 5 ----- tests/test-filter-redirector.c | 10 ---------- 3 files changed, 4 insertions(+), 19 deletions(-)
-- Thanks Zhang Chen