sys: FspFileNodeSetFileInfo: log and debug break on CcSetFileSizes failure (until we understand them better)

This commit is contained in:
Bill Zissimopoulos 2016-03-11 23:33:57 -08:00
parent 9a4446be10
commit 10d15cceb7

View File

@ -65,6 +65,7 @@ extern __declspec(selectany) int fsp_bp_ioprep = 1; /* I/O prepare breakpoint sw
extern __declspec(selectany) int fsp_bp_iocmpl = 1; /* I/O complete breakpoint switch */
extern __declspec(selectany) int fsp_bp_iocall = 1; /* I/O callback breakpoint switch */
extern __declspec(selectany) int fsp_bp_iorecu = 1; /* I/O recursive breakpoint switch */
extern __declspec(selectany) int fsp_bp_crit = 1; /* critical error breakpoint */
#define DEBUGBREAK() \
do \
{ \