diff options
Diffstat (limited to 'sys/dev/firewire/firewirereg.h')
-rw-r--r-- | sys/dev/firewire/firewirereg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 108f967..64b7cca 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -257,8 +257,10 @@ struct fw_xfer{ caddr_t sc; struct firewire_comm *fc; struct fw_xferq *q; +#ifdef XFER_TIMEOUT struct callout_handle ch; - time_t time; +#endif + struct timeval tv; struct fw_tlabel *tlabel; u_int8_t spd; u_int8_t tcode; |