summaryrefslogtreecommitdiff
path: root/src/burn/engine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r--src/burn/engine/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h
index c75d42de..a2f1ab4c 100644
--- a/src/burn/engine/core.h
+++ b/src/burn/engine/core.h
@@ -152,7 +152,7 @@ typedef struct _BURN_ENGINE_STATE
152 152
153 BURN_PLAN plan; 153 BURN_PLAN plan;
154 154
155 DWORD dwElevatedLoggingTlsId; 155 HANDLE hUnelevatedLoggingThread;
156 156
157 LPWSTR sczBundleEngineWorkingPath; 157 LPWSTR sczBundleEngineWorkingPath;
158 BURN_PIPE_CONNECTION companionConnection; 158 BURN_PIPE_CONNECTION companionConnection;