aboutsummaryrefslogtreecommitdiff
path: root/src/engine/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/container.h')
-rw-r--r--src/engine/container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/container.h b/src/engine/container.h
index d38016cc..7c5c2b5f 100644
--- a/src/engine/container.h
+++ b/src/engine/container.h
@@ -76,6 +76,8 @@ typedef struct _BURN_CONTAINER
76 BOOL fPlanned; 76 BOOL fPlanned;
77 LPWSTR sczSourcePath; 77 LPWSTR sczSourcePath;
78 LPWSTR sczUnverifiedPath; 78 LPWSTR sczUnverifiedPath;
79 DWORD64 qwExtractSizeTotal;
80 DWORD64 qwCommittedCacheProgress;
79} BURN_CONTAINER; 81} BURN_CONTAINER;
80 82
81typedef struct _BURN_CONTAINERS 83typedef struct _BURN_CONTAINERS