ifpps: Skip reading IRQ number from /proc/interrupts
commit5e67d9ebf4cfb76f359ea25ad425de81f80700cc
authorTobias Klauser <tklauser@distanz.ch>
Fri, 30 Aug 2013 09:24:30 +0000 (30 11:24 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 30 Aug 2013 09:24:30 +0000 (30 11:24 +0200)
tree8f81cf1d3a35f8c9a055e33a96d07d3844a4c49b
parent2f48dd150e51c3e4c962c0c050ee316d2e25bccb
ifpps: Skip reading IRQ number from /proc/interrupts

We don't use the IRQ number we read from /proc/interrupts, so just skip
it while reading. This also allows us to drop the irq_nr member from
struct ifstat.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
ifpps.c