variable to enable per-BCB debugging

svn path=/trunk/; revision=17365
This commit is contained in:
Royce Mitchell III 2005-08-13 13:11:59 +00:00
parent ce468cd74a
commit 864eea72ca

View file

@ -13,6 +13,9 @@ typedef struct _BCB
LARGE_INTEGER FileSize;
KSPIN_LOCK BcbLock;
ULONG RefCount;
#if defined(DBG) || defined(KDBG)
BOOLEAN Trace; /* enable extra trace output for this BCB and it's cache segments */
#endif
} BCB, *PBCB;
typedef struct _CACHE_SEGMENT