diff options
Diffstat (limited to 'C/Lzma2Enc.h')
-rw-r--r-- | C/Lzma2Enc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/C/Lzma2Enc.h b/C/Lzma2Enc.h index cb25275..1e6b50c 100644 --- a/C/Lzma2Enc.h +++ b/C/Lzma2Enc.h | |||
@@ -18,6 +18,7 @@ typedef struct | |||
18 | int numBlockThreads_Reduced; | 18 | int numBlockThreads_Reduced; |
19 | int numBlockThreads_Max; | 19 | int numBlockThreads_Max; |
20 | int numTotalThreads; | 20 | int numTotalThreads; |
21 | unsigned numThreadGroups; // 0 : no groups | ||
21 | } CLzma2EncProps; | 22 | } CLzma2EncProps; |
22 | 23 | ||
23 | void Lzma2EncProps_Init(CLzma2EncProps *p); | 24 | void Lzma2EncProps_Init(CLzma2EncProps *p); |