From c5ff2059f619ac91c14d55412314d1c67de6a593 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 17 Jul 2015 14:55:15 +0200 Subject: flowtop, netsniff-ng: Move process name extraction to own function flowtop and the netsniff-ng's netlink message dissector both need to get the process name for a pid from /proc//exe, thus move that functionality to an own function. 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 1bd5a0f..85cb0b6 100644 --- a/flowtop/Makefile +++ b/flowtop/Makefile @@ -15,6 +15,7 @@ flowtop-objs = xmalloc.o \ str.o \ sig.o \ sock.o \ + proc.o \ dev.o \ link.o \ hash.o \ -- cgit v1.2.3-54-g00ecf