summaryrefslogtreecommitdiff
path: root/src/burn/engine/payload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/payload.h')
-rw-r--r--src/burn/engine/payload.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/payload.h b/src/burn/engine/payload.h
index 14738506..351fd058 100644
--- a/src/burn/engine/payload.h
+++ b/src/burn/engine/payload.h
@@ -60,6 +60,9 @@ typedef struct _BURN_PAYLOAD
60 60
61 LPWSTR sczUnverifiedPath; 61 LPWSTR sczUnverifiedPath;
62 DWORD cRemainingInstances; 62 DWORD cRemainingInstances;
63
64 BOOL fFailedVerificationFromAcquisition;
65 LPWSTR sczFailedLocalAcquisitionPath;
63} BURN_PAYLOAD; 66} BURN_PAYLOAD;
64 67
65typedef struct _BURN_PAYLOADS 68typedef struct _BURN_PAYLOADS