mirror of https://git.tukaani.org/xz.git
parent
52e40c1912
commit
41bdc9fa5c
|
@ -30,14 +30,12 @@ enum format_type {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// Simple struct to track Block metadata specified through the
|
/// Array of these hold the entries specified with --block-list.
|
||||||
/// --block-list option.
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/// Uncompressed size of the Block
|
/// Uncompressed size of the Block
|
||||||
uint64_t size;
|
uint64_t size;
|
||||||
|
|
||||||
/// Index into the filters[] representing the filter chain to use
|
/// Filter chain to use for this Block (chains[chain_num])
|
||||||
/// for this Block.
|
|
||||||
unsigned chain_num;
|
unsigned chain_num;
|
||||||
} block_list_entry;
|
} block_list_entry;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue