Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Make raidPtr a 'RF_Raid_t *' like it's sup...
details: https://anonhg.NetBSD.org/src/rev/99199a553f09
branches: trunk
changeset: 480287:99199a553f09
user: oster <oster%NetBSD.org@localhost>
date: Sat Jan 08 23:02:16 2000 +0000
description:
Make raidPtr a 'RF_Raid_t *' like it's supposed to be.
diffstat:
sys/dev/raidframe/rf_diskqueue.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d498876648ca -r 99199a553f09 sys/dev/raidframe/rf_diskqueue.h
--- a/sys/dev/raidframe/rf_diskqueue.h Sat Jan 08 22:57:30 2000 +0000
+++ b/sys/dev/raidframe/rf_diskqueue.h Sat Jan 08 23:02:16 2000 +0000
@@ -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 @@
* 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;
Home |
Main Index |
Thread Index |
Old Index