summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_diskqueue.h
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-01-08 23:02:16 +0000
committeroster <oster@NetBSD.org>2000-01-08 23:02:16 +0000
commit524894d6f2dcab029c535e846348796b6d09f7af (patch)
treeab2387b7315ba81f7adfd4da02ae81a27e200d22 /sys/dev/raidframe/rf_diskqueue.h
parent04719e3adccf878a35539e9db8ce9f0bcddade77 (diff)
Make raidPtr a 'RF_Raid_t *' like it's supposed to be.
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
-rw-r--r--sys/dev/raidframe/rf_diskqueue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h
index 8546f8dfbbe..e3e54385b0e 100644
--- a/sys/dev/raidframe/rf_diskqueue.h
+++ b/sys/dev/raidframe/rf_diskqueue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_diskqueue.h,v 1.3 1999/02/05 00:06:09 oster Exp $ */
+/* $NetBSD: rf_diskqueue.h,v 1.4 2000/01/08 23:02:16 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -67,7 +67,7 @@ struct RF_DiskQueueData_s {
* completion of the first I/O
* of a Read_Op_Write pair */
void *argument; /* argument to be passed to CompleteFunc */
- void *raidPtr; /* needed for simulation */
+ RF_Raid_t *raidPtr; /* needed for simulation */
RF_AccTraceEntry_t *tracerec; /* perf mon only */
RF_Etimer_t qtime; /* perf mon only - time request is in queue */
long entryTime;