summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:02:20 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:02:20 +0200
commit0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 (patch)
tree6aae73353ac5c8fc45c9d8c6095dc27fd15053d3 /trafgen.c
parent4722d3bac43062a9213a08ed2435b8ef9b426789 (diff)
proc: move out process specific management functions
Move them out of xutils, so that we can maintain them separately. Also simplify things a bit. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.c')
-rw-r--r--trafgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trafgen.c b/trafgen.c
index 628e3be..e725af8 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -38,6 +38,7 @@
#include "cpus.h"
#include "lockme.h"
#include "privs.h"
+#include "proc.h"
#include "mac80211.h"
#include "xutils.h"
#include "ioops.h"