diff options
Diffstat (limited to 'sys/dev/vinum/request.h')
-rw-r--r-- | sys/dev/vinum/request.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vinum/request.h b/sys/dev/vinum/request.h index 4e10748..600130f 100644 --- a/sys/dev/vinum/request.h +++ b/sys/dev/vinum/request.h @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: request.h,v 1.21 2001/05/23 23:03:23 grog Exp grog $ + * $Id: request.h,v 1.22 2003/04/24 04:37:08 grog Exp $ * $FreeBSD$ */ @@ -105,6 +105,7 @@ struct rqelement { /* Ways to find other components */ short sdno; /* subdisk number */ short driveno; /* drive number */ + struct timeval launchtime; /* time of launch, for info function */ }; /* |