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 --- netsniff-ng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng/Makefile') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index 7d5f89c..53f1fea 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -33,6 +33,7 @@ netsniff-ng-objs = dissector.o \ proto_mpls_unicast.o \ proto_80211_mac_hdr.o \ irq.o \ + iosched.o \ xio.o \ xutils.o \ xmalloc.o \ -- cgit v1.2.3-54-g00ecf