[PATCH] ext4: switch fsblk to sector_t
[pandora-kernel.git] / include / linux / netpoll.h
index ca5a873..1efe60c 100644 (file)
@@ -31,6 +31,7 @@ struct netpoll_info {
        int rx_flags;
        spinlock_t rx_lock;
        struct netpoll *rx_np; /* netpoll that registered an rx_hook */
+       struct sk_buff_head arp_tx; /* list of arp requests to reply to */
 };
 
 void netpoll_poll(struct netpoll *np);