diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:02:20 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:02:20 +0200 |
commit | 0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 (patch) | |
tree | 6aae73353ac5c8fc45c9d8c6095dc27fd15053d3 /trafgen.c | |
parent | 4722d3bac43062a9213a08ed2435b8ef9b426789 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |