diff options
| author | oster <oster@NetBSD.org> | 2000-02-24 17:12:10 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-02-24 17:12:10 +0000 |
| commit | aea97a5a17238b0de7f22e01fd69a5dd57b51ee3 (patch) | |
| tree | 4d52a29547bd11208a7194bd72c236af33f10db3 /sys/dev/raidframe | |
| parent | f51b1c6783a74a8403ecb1601e9976a3f54f39b6 (diff) | |
Oops... Missed commmitting this last night. Thanks to Matthias Scheler
for letting me know.
(Add the DiskQueueSW pointer)
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_raid.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_raid.h b/sys/dev/raidframe/rf_raid.h index 7ead8494be0..49043116945 100644 --- a/sys/dev/raidframe/rf_raid.h +++ b/sys/dev/raidframe/rf_raid.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_raid.h,v 1.11 2000/02/23 03:44:02 oster Exp $ */ +/* $NetBSD: rf_raid.h,v 1.12 2000/02/24 17:12:10 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -120,6 +120,8 @@ struct RF_Raid_s { RF_RaidLayout_t Layout; /* all information related to layout */ RF_RaidDisk_t **Disks; /* all information related to physical disks */ RF_DiskQueue_t **Queues;/* all information related to disk queues */ + RF_DiskQueueSW_t *qType;/* pointer to the DiskQueueSW used for the + component queues. */ /* NOTE: This is an anchor point via which the queues can be * accessed, but the enqueue/dequeue routines in diskqueue.c use a * local copy of this pointer for the actual accesses. */ |
