diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 14:08:23 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 17:02:27 -0500 |
commit | b72f58abdf6dd5d0020f174358027158cb52cb72 (patch) | |
tree | 3070c1f1fa8a74125a2933f23a1be3c514ed1de7 /src/burn/engine/core.h | |
parent | bbc36178172e4198351f2f84a91faf56c65e1475 (diff) | |
download | wix-b72f58abdf6dd5d0020f174358027158cb52cb72.tar.gz wix-b72f58abdf6dd5d0020f174358027158cb52cb72.tar.bz2 wix-b72f58abdf6dd5d0020f174358027158cb52cb72.zip |
Use a dedicated pipe for redirecting logging from the elevated process.
Fixes 6869
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 2 |
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; |