summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-07-19 14:41:18 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2015-07-20 10:03:54 +0200
commita1e7c1dc527ca3c37349cebc6fbeaa12a594fcf3 (patch)
tree6f9eefe9f5b3dfaf9ecfd4c1964e0ec0c6bf2c5d /flowtop
parentbcc10fdc239d2fe7073637df4febfe60463b4b46 (diff)
sysctl: Add sysctl module with /proc/sys helpers
Moved sysctl get/set funcs from flowtop to separated sysctl module. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/flowtop/Makefile b/flowtop/Makefile
index 85cb0b6..edb5829 100644
--- a/flowtop/Makefile
+++ b/flowtop/Makefile
@@ -23,6 +23,7 @@ flowtop-objs = xmalloc.o \
tprintf.o \
screen.o \
die.o \
+ sysctl.o \
flowtop.o
ifeq ($(CONFIG_GEOIP), 1)