diff options
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
| -rw-r--r-- | sys/dev/raidframe/rf_diskqueue.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h index e3ebd6c88fd..520f8f9c473 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.13 2003/12/29 02:38:17 oster Exp $ */ +/* $NetBSD: rf_diskqueue.h,v 1.14 2004/01/01 19:27:36 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -118,8 +118,6 @@ struct RF_DiskQueue_s { * arrived at the head of the * queue & is waiting for * drainage */ - int numWaiting; /* number of threads waiting on this variable. - * user-level only */ RF_DiskQueueFlags_t flags; /* terminate, locked */ RF_Raid_t *raidPtr; /* associated array */ dev_t dev; /* device number for kernel version */ @@ -152,8 +150,6 @@ struct RF_DiskQueue_s { int rf_ConfigureDiskQueueSystem(RF_ShutdownList_t ** listp); -void rf_TerminateDiskQueues(RF_Raid_t * raidPtr); - int rf_ConfigureDiskQueues(RF_ShutdownList_t ** listp, RF_Raid_t * raidPtr, RF_Config_t * cfgPtr); |
