From 8bb67e4e60d1c0d9fba66c1b28e62e4d92d8d4ce Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 3 Jun 2013 23:36:14 +0200 Subject: iosched: break out io scheduling functions from xutils Break this stuff out, for better maintainability and readability. Signed-off-by: Daniel Borkmann --- pcap_mm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pcap_mm.c') 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; -- cgit v1.2.3-54-g00ecf