diff options
Diffstat (limited to 'drivers/net/xen-netback/common.h')
-rw-r--r-- | drivers/net/xen-netback/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/xen-netback/common.h b/drivers/net/xen-netback/common.h index 55b8dec86233..08ae01b41c83 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -169,6 +169,7 @@ struct xenvif { | |||
169 | unsigned long credit_usec; | 169 | unsigned long credit_usec; |
170 | unsigned long remaining_credit; | 170 | unsigned long remaining_credit; |
171 | struct timer_list credit_timeout; | 171 | struct timer_list credit_timeout; |
172 | u64 credit_window_start; | ||
172 | 173 | ||
173 | /* Statistics */ | 174 | /* Statistics */ |
174 | unsigned long rx_gso_checksum_fixup; | 175 | unsigned long rx_gso_checksum_fixup; |