diff options
Diffstat (limited to '')
-rw-r--r-- | C/XzEnc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* XzEnc.h -- Xz Encode | 1 | /* XzEnc.h -- Xz Encode |
2 | 2023-04-13 : Igor Pavlov : Public domain */ | 2 | : Igor Pavlov : Public domain */ |
3 | 3 | ||
4 | #ifndef ZIP7_INC_XZ_ENC_H | 4 | #ifndef ZIP7_INC_XZ_ENC_H |
5 | #define ZIP7_INC_XZ_ENC_H | 5 | #define ZIP7_INC_XZ_ENC_H |
@@ -31,6 +31,7 @@ typedef struct | |||
31 | CLzma2EncProps lzma2Props; | 31 | CLzma2EncProps lzma2Props; |
32 | CXzFilterProps filterProps; | 32 | CXzFilterProps filterProps; |
33 | unsigned checkId; | 33 | unsigned checkId; |
34 | unsigned numThreadGroups; // 0 : no groups | ||
34 | UInt64 blockSize; | 35 | UInt64 blockSize; |
35 | int numBlockThreads_Reduced; | 36 | int numBlockThreads_Reduced; |
36 | int numBlockThreads_Max; | 37 | int numBlockThreads_Max; |