From 582eae7bbc869ab3f84faeb6cecfbb58a8ea7c8f Mon Sep 17 00:00:00 2001 From: Russell McGuire Date: Wed, 10 Jun 2026 15:32:04 -0700 Subject: [PATCH] Fix .mako drift from actual headers Signed-off-by: Russell McGuire --- scripts/templates/ze_loader_internal.h.mako | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/templates/ze_loader_internal.h.mako b/scripts/templates/ze_loader_internal.h.mako index 4194b733..4056e34a 100644 --- a/scripts/templates/ze_loader_internal.h.mako +++ b/scripts/templates/ze_loader_internal.h.mako @@ -129,6 +129,7 @@ namespace loader ~context_t(); bool intercept_enabled = false; bool debugTraceEnabled = false; + bool debugTraceAdvanced = false; // true when ZE_ENABLE_LOADER_DEBUG_TRACE=2 or ZEL_ENABLE_LOADER_LOGGING=2 bool driverDDIPathDefault = false; bool tracingLayerEnabled = false; std::once_flag coreDriverSortOnce;