diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2016-04-21 21:47:40 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-04-22 15:29:32 +0200 |
commit | e6186a3285928bf6fb798a4685d294ef9f3d0686 (patch) | |
tree | fa94ad768e10e8b082fa0677222b30b1db2a30db /flowtop/Makefile | |
parent | aef19410e1346cea962d838894785eef96182312 (diff) |
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 <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop/Makefile')
-rw-r--r-- | flowtop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |