summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:32:19 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:32:19 +0200
commitab9d73629872a474d9194177fa4c9c8cdabe9a44 (patch)
treebe238632f09ab058370c086dfb6feee32006b7ff /flowtop
parenta66fe185ab6a3eb7a483fd9888b54ee43328836e (diff)
link: add link management functions
Same here as usual, break out link functions from xutils. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
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 c909a40..ba22803 100644
--- a/flowtop/Makefile
+++ b/flowtop/Makefile
@@ -12,6 +12,7 @@ flowtop-objs = xmalloc.o \
str.o \
sock.o \
dev.o \
+ link.o \
hash.o \
dissector_eth.o \
dissector_80211.o \