From 10d15cceb71a0e8f8489770fdc731a401f1a5317 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 11 Mar 2016 23:33:57 -0800 Subject: [PATCH] sys: FspFileNodeSetFileInfo: log and debug break on CcSetFileSizes failure (until we understand them better) --- src/sys/driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sys/driver.h b/src/sys/driver.h index 35f5cd9b..b884064b 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -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 \ { \