diff options
Diffstat (limited to 'include/linux/netpoll.h')
-rw-r--r-- | include/linux/netpoll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netpoll.h b/include/linux/netpoll.h index bcd0ac33f592..be68d94b03d5 100644 --- a/include/linux/netpoll.h +++ b/include/linux/netpoll.h | |||
@@ -26,6 +26,7 @@ struct netpoll { | |||
26 | struct netpoll_info { | 26 | struct netpoll_info { |
27 | spinlock_t poll_lock; | 27 | spinlock_t poll_lock; |
28 | int poll_owner; | 28 | int poll_owner; |
29 | int tries; | ||
29 | int rx_flags; | 30 | int rx_flags; |
30 | spinlock_t rx_lock; | 31 | spinlock_t rx_lock; |
31 | struct netpoll *rx_np; /* netpoll that registered an rx_hook */ | 32 | struct netpoll *rx_np; /* netpoll that registered an rx_hook */ |