From e6186a3285928bf6fb798a4685d294ef9f3d0686 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Thu, 21 Apr 2016 21:47:40 +0300 Subject: flowtop: Use new UI table API for draw flows list Used new UI table API for flows printing to make it more generic. Also it will allow to have same code to dump flows in text mode. Signed-off-by: Vadim Kochan Signed-off-by: Tobias Klauser --- flowtop/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'flowtop') diff --git a/flowtop/Makefile b/flowtop/Makefile index ddb031c..effe7eb 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -22,6 +22,7 @@ flowtop-objs = xmalloc.o \ screen.o \ die.o \ sysctl.o \ + ui.o \ flowtop.o ifeq ($(CONFIG_GEOIP), 1) -- cgit v1.2.3-54-g00ecf