aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/package.h')
-rw-r--r--src/burn/engine/package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/package.h b/src/burn/engine/package.h
index 3d8233d1..f2a1c304 100644
--- a/src/burn/engine/package.h
+++ b/src/burn/engine/package.h
@@ -195,6 +195,7 @@ typedef struct _BURN_ROLLBACK_BOUNDARY
195 BOOL fTransactionAuthored; 195 BOOL fTransactionAuthored;
196 BOOL fTransaction; 196 BOOL fTransaction;
197 BOOL fActiveTransaction; // only valid during Apply. 197 BOOL fActiveTransaction; // only valid during Apply.
198 LPWSTR sczLogPathVariable;
198 LPWSTR sczLogPath; 199 LPWSTR sczLogPath;
199} BURN_ROLLBACK_BOUNDARY; 200} BURN_ROLLBACK_BOUNDARY;
200 201