diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-03 22:49:19 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-03 22:52:33 +0200 |
commit | dc5f7a04f2b446b5224be356c2fc79e88a5d3e8f (patch) | |
tree | 1bde4c8eea045e789ea797117e7ab3b84aac7117 /netsniff-ng | |
parent | 0bc86fe938e8f6d12aca41a283491f51729d5c62 (diff) |
irq: break out from xutils and save + restore
Break out IRQ functionality from xutils, simplify it, and
save + restore IRQ affinity list.
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 211c726..7d5f89c 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -32,6 +32,7 @@ netsniff-ng-objs = dissector.o \ proto_vlan_q_in_q.o \ proto_mpls_unicast.o \ proto_80211_mac_hdr.o \ + irq.o \ xio.o \ xutils.o \ xmalloc.o \ |