diff options
Diffstat (limited to 'drivers/ieee1394/iso.h')
-rw-r--r-- | drivers/ieee1394/iso.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ieee1394/iso.h b/drivers/ieee1394/iso.h index b94e55e6eaa5..b5de5f21ef78 100644 --- a/drivers/ieee1394/iso.h +++ b/drivers/ieee1394/iso.h | |||
@@ -123,6 +123,8 @@ struct hpsb_iso { | |||
123 | 123 | ||
124 | /* how many times the buffer has overflowed or underflowed */ | 124 | /* how many times the buffer has overflowed or underflowed */ |
125 | atomic_t overflows; | 125 | atomic_t overflows; |
126 | /* how many cycles were skipped for a given context */ | ||
127 | atomic_t skips; | ||
126 | 128 | ||
127 | /* Current number of bytes lost in discarded packets */ | 129 | /* Current number of bytes lost in discarded packets */ |
128 | int bytes_discarded; | 130 | int bytes_discarded; |