1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Updated some comments.

committer: mfx <mfx> 981586421 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2001-02-07 22:53:41 +00:00
parent 1f1f03eaf4
commit bcbc59f04e

View File

@ -68,16 +68,15 @@ public:
int level; // compresison level 1..10
unsigned u_len;
unsigned c_len;
unsigned b_len; // total length of b_info blocks
unsigned u_adler;
unsigned c_adler;
off_t u_file_size;
int filter;
int filter_cto;
int n_mru; // FIXME: rename to filter_misc
int header_checksum;
int n_mru;
//
// support fields for verifying decompression
unsigned saved_u_adler;
unsigned saved_c_adler;
@ -96,6 +95,9 @@ public:
// info fields set by Packer::compressWithFilters()
unsigned overlap_overhead;
// FIXME: john, what is this ???
unsigned b_len; // total length of b_info blocks
};