From 2cd44270e5cf231ffe819366dfb210d609342951 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 7 Feb 2004 03:44:43 +0000 Subject: add a count for inotifies as well as atios. MFC after: 1 week --- sys/dev/isp/isp_freebsd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/isp') diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 24c6695d16e1..14ca8b816ba5 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -113,6 +113,7 @@ typedef struct tstate { int bus; u_int32_t hold; int atio_count; + int inot_count; } tstate_t; #define LUN_HASH_SIZE 32 -- cgit v1.3