diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-03 23:36:14 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-03 23:37:11 +0200 |
commit | 8bb67e4e60d1c0d9fba66c1b28e62e4d92d8d4ce (patch) | |
tree | 7237b73c834ed7d27dec252253e44856e5b615cf /netsniff-ng | |
parent | 3e071a78f2a5c7424340b4c8b446d51e82413c13 (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 'netsniff-ng')
-rw-r--r-- | netsniff-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |