mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +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;
|
LARGE_INTEGER FileSize;
|
||||||
KSPIN_LOCK BcbLock;
|
KSPIN_LOCK BcbLock;
|
||||||
ULONG RefCount;
|
ULONG RefCount;
|
||||||
|
#if defined(DBG) || defined(KDBG)
|
||||||
|
BOOLEAN Trace; /* enable extra trace output for this BCB and it's cache segments */
|
||||||
|
#endif
|
||||||
} BCB, *PBCB;
|
} BCB, *PBCB;
|
||||||
|
|
||||||
typedef struct _CACHE_SEGMENT
|
typedef struct _CACHE_SEGMENT
|
||||||
|
|
Loading…
Reference in a new issue