From 974000f192f9f74654b8835361cf35e606a10a76 Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Mon, 27 Mar 2023 16:14:10 +0100 Subject: Update OpenCSD to v1.4.0. Sponsored by: UKRI --- decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp') diff --git a/decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp b/decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp index 6e62d1e200c2..4570700dd4c8 100644 --- a/decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp +++ b/decoder/tests/snapshot_parser_lib/source/snapshot_parser.cpp @@ -49,6 +49,10 @@ using namespace Parser; #include "opencsd.h" +static ITraceErrorLog *s_pErrorLogger = 0; +static ocsd_hndl_err_log_t s_errlog_handle = 0; +static bool s_verbose_logging = true; + /************************************************************************* * Note, this file handles the parsring of the general (device specific) * ini file and the (much smaller) device_list file -- cgit v1.2.3