diff options
Diffstat (limited to 'sys/dev/raidframe/rf_desc.h')
-rw-r--r-- | sys/dev/raidframe/rf_desc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/raidframe/rf_desc.h b/sys/dev/raidframe/rf_desc.h index b76466f298a..1a1be3ded7f 100644 --- a/sys/dev/raidframe/rf_desc.h +++ b/sys/dev/raidframe/rf_desc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rf_desc.h,v 1.2 1999/02/16 00:02:38 niklas Exp $ */ +/* $OpenBSD: rf_desc.h,v 1.3 1999/08/03 13:56:37 peter Exp $ */ /* $NetBSD: rf_desc.h,v 1.4 1999/02/05 00:06:09 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. @@ -54,8 +54,8 @@ struct RF_RaidReconDesc_s { */ RF_Etimer_t recon_exec_timer; RF_uint64 reconExecTimerRunning; - RF_uint64 reconExecTicks; - RF_uint64 maxReconExecTicks; + RF_uint64 reconExecuSecs; + RF_uint64 maxReconExecuSecs; #if RF_RECON_STATS > 0 RF_uint64 hsStallCount; /* head sep stall count */ |