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 5715318d6bab..400fea1de080 100644 --- a/drivers/net/xen-netback/common.h +++ b/drivers/net/xen-netback/common.h | |||
@@ -163,6 +163,7 @@ struct xenvif { | |||
163 | unsigned long credit_usec; | 163 | unsigned long credit_usec; |
164 | unsigned long remaining_credit; | 164 | unsigned long remaining_credit; |
165 | struct timer_list credit_timeout; | 165 | struct timer_list credit_timeout; |
166 | u64 credit_window_start; | ||
166 | 167 | ||
167 | /* Statistics */ | 168 | /* Statistics */ |
168 | unsigned long rx_gso_checksum_fixup; | 169 | unsigned long rx_gso_checksum_fixup; |