diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-16 13:38:16 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:12:55 -0500 |
commit | b1d1e523f5cdadce0cbf105179b33c014d5ec9eb (patch) | |
tree | 0eecd05821adb317471118c434f02974586bec03 /src/engine/plan.cpp | |
parent | c308746132f3ab89458b446f659f3d4073758da6 (diff) | |
download | wix-b1d1e523f5cdadce0cbf105179b33c014d5ec9eb.tar.gz wix-b1d1e523f5cdadce0cbf105179b33c014d5ec9eb.tar.bz2 wix-b1d1e523f5cdadce0cbf105179b33c014d5ec9eb.zip |
Add OnCachePayloadExtract*.
Diffstat (limited to 'src/engine/plan.cpp')
-rw-r--r-- | src/engine/plan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/plan.cpp b/src/engine/plan.cpp index 8421d87b..bf929835 100644 --- a/src/engine/plan.cpp +++ b/src/engine/plan.cpp | |||
@@ -1831,6 +1831,7 @@ static void ResetPlannedContainerState( | |||
1831 | pContainer->fPlanned = FALSE; | 1831 | pContainer->fPlanned = FALSE; |
1832 | pContainer->qwExtractSizeTotal = 0; | 1832 | pContainer->qwExtractSizeTotal = 0; |
1833 | pContainer->qwCommittedCacheProgress = 0; | 1833 | pContainer->qwCommittedCacheProgress = 0; |
1834 | pContainer->qwCommittedExtractProgress = 0; | ||
1834 | } | 1835 | } |
1835 | 1836 | ||
1836 | static void ResetPlannedPayloadsState( | 1837 | static void ResetPlannedPayloadsState( |