summaryrefslogtreecommitdiff
path: root/pcap_mm.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-03 23:36:14 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-03 23:37:11 +0200
commit8bb67e4e60d1c0d9fba66c1b28e62e4d92d8d4ce (patch)
tree7237b73c834ed7d27dec252253e44856e5b615cf /pcap_mm.c
parent3e071a78f2a5c7424340b4c8b446d51e82413c13 (diff)
iosched: break out io scheduling functions from xutils
Break this stuff out, for better maintainability and readability. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'pcap_mm.c')
-rw-r--r--pcap_mm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcap_mm.c b/pcap_mm.c
index 28b0469..122b7ef 100644
--- a/pcap_mm.c
+++ b/pcap_mm.c
@@ -17,6 +17,7 @@
#include "xio.h"
#include "xutils.h"
#include "built_in.h"
+#include "iosched.h"
static size_t map_size = 0;
static char *ptr_va_start, *ptr_va_curr;