From 1742ba776317a694e62a878bb48324e795ac945d Mon Sep 17 00:00:00 2001 From: blymn Date: Sun, 7 Aug 2005 12:25:08 +0000 Subject: [PATCH] Add tape statistics structure pointer. --- sys/dev/scsipi/stvar.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/dev/scsipi/stvar.h b/sys/dev/scsipi/stvar.h index 471fc687441c..39504b8f7384 100644 --- a/sys/dev/scsipi/stvar.h +++ b/sys/dev/scsipi/stvar.h @@ -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 @@ struct st_softc { /* 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