diff options
author | grog <grog@FreeBSD.org> | 2003-05-01 13:06:00 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-05-01 13:06:00 +0000 |
commit | 9fa30633edf6d37792cc22d6f97efbd6e19a6ad8 (patch) | |
tree | 6f315239843f3129262c2cf0f7c5f856a43b54eb /sys/dev/vinum/request.h | |
parent | f63c44bf1cbd0f7710d35dfa81270b0e71870557 (diff) | |
download | FreeBSD-src-9fa30633edf6d37792cc22d6f97efbd6e19a6ad8.zip FreeBSD-src-9fa30633edf6d37792cc22d6f97efbd6e19a6ad8.tar.gz |
Note when we issue a request to the disk driver, so that we can
measure the time it spends.
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 */ }; /* |