Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi Add tape statistics structure pointer.
details: https://anonhg.NetBSD.org/src/rev/d152474650e1
branches: trunk
changeset: 583460:d152474650e1
user: blymn <blymn%NetBSD.org@localhost>
date: Sun Aug 07 12:25:08 2005 +0000
description:
Add tape statistics structure pointer.
diffstat:
sys/dev/scsipi/stvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8bf7c8dda205 -r d152474650e1 sys/dev/scsipi/stvar.h
--- a/sys/dev/scsipi/stvar.h Sun Aug 07 12:24:30 2005 +0000
+++ b/sys/dev/scsipi/stvar.h Sun Aug 07 12:25:08 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stvar.h,v 1.13 2005/05/29 22:00:50 christos Exp $ */
+/* $NetBSD: stvar.h,v 1.14 2005/08/07 12:25:08 blymn Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -150,6 +150,9 @@
/* operations */
struct callout sc_callout; /* restarting the queue after */
/* transient error */
+
+ struct tape *stats; /* statistics for the drive */
+
#if NRND > 0
rndsource_element_t rnd_source;
#endif
Home |
Main Index |
Thread Index |
Old Index