X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fieee1394%2Fiso.h;h=b5de5f21ef78a57e45032500867fdb24538de00e;hb=90621ed829ac64eb25b4d1214e9a5155e5c67ff2;hp=b94e55e6eaa59034c9c5825fc656f2de3a7fe54e;hpb=4f7a307dc6e4d8bfeb56f7cf7231b08cb845687c;p=linux-2.6 diff --git a/drivers/ieee1394/iso.h b/drivers/ieee1394/iso.h index b94e55e6ea..b5de5f21ef 100644 --- a/drivers/ieee1394/iso.h +++ b/drivers/ieee1394/iso.h @@ -123,6 +123,8 @@ struct hpsb_iso { /* how many times the buffer has overflowed or underflowed */ atomic_t overflows; + /* how many cycles were skipped for a given context */ + atomic_t skips; /* Current number of bytes lost in discarded packets */ int bytes_discarded;