diff options
Diffstat (limited to 'src/engine/container.h')
-rw-r--r-- | src/engine/container.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/container.h b/src/engine/container.h index 7c5c2b5f..3174eb38 100644 --- a/src/engine/container.h +++ b/src/engine/container.h | |||
@@ -78,6 +78,7 @@ typedef struct _BURN_CONTAINER | |||
78 | LPWSTR sczUnverifiedPath; | 78 | LPWSTR sczUnverifiedPath; |
79 | DWORD64 qwExtractSizeTotal; | 79 | DWORD64 qwExtractSizeTotal; |
80 | DWORD64 qwCommittedCacheProgress; | 80 | DWORD64 qwCommittedCacheProgress; |
81 | DWORD64 qwCommittedExtractProgress; | ||
81 | } BURN_CONTAINER; | 82 | } BURN_CONTAINER; |
82 | 83 | ||
83 | typedef struct _BURN_CONTAINERS | 84 | typedef struct _BURN_CONTAINERS |