add a count for inotifies as well as atios.

MFC after:	1 week
This commit is contained in:
mjacob 2004-02-07 03:44:43 +00:00
parent 93f4dcb99f
commit d524182cf4

View File

@ -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