mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
variable to enable per-BCB debugging
svn path=/trunk/; revision=17365
This commit is contained in:
parent
ce468cd74a
commit
864eea72ca
1 changed files with 10 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue