aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netpoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netpoll.h')
-rw-r--r--include/linux/netpoll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h
index 39845fc975f9..93a8b7664423 100644
--- a/include/linux/netpoll.h
+++ b/include/linux/netpoll.h
@@ -33,6 +33,8 @@ struct netpoll_info {
33 spinlock_t rx_lock; 33 spinlock_t rx_lock;
34 struct netpoll *rx_np; /* netpoll that registered an rx_hook */ 34 struct netpoll *rx_np; /* netpoll that registered an rx_hook */
35 struct sk_buff_head arp_tx; /* list of arp requests to reply to */ 35 struct sk_buff_head arp_tx; /* list of arp requests to reply to */
36 struct sk_buff_head txq;
37 struct work_struct tx_work;
36}; 38};
37 39
38void netpoll_poll(struct netpoll *np); 40void netpoll_poll(struct netpoll *np);