Skip to content

Commit 51d759d

Browse files
authored
Fix .mako drift from actual headers (#475)
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent cf405bd commit 51d759d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/templates/ze_loader_internal.h.mako

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ namespace loader
129129
~context_t();
130130
bool intercept_enabled = false;
131131
bool debugTraceEnabled = false;
132+
bool debugTraceAdvanced = false; // true when ZE_ENABLE_LOADER_DEBUG_TRACE=2 or ZEL_ENABLE_LOADER_LOGGING=2
132133
bool driverDDIPathDefault = false;
133134
bool tracingLayerEnabled = false;
134135
std::once_flag coreDriverSortOnce;

0 commit comments

Comments
 (0)