struct
structshz__mod__t
A generic module encoding binary information.
variable
shz_hdr_t shz_mod_t::hdr
variable
shkey_t shz_mod_t::id
An identifying hash token representing the data content.
variable
uint32_t shz_mod_t::size
The size of the data content.
variable
uint32_t shz_mod_t::crc
A checksum of the data content.
variable
uint32_t shz_mod_t::ref
The number of indexes referencing this module.
variable
uint32_t shz_mod_t::__reserved_0__
variable
shz_idx shz_mod_t::seq
The block index of the underlying data content.
variable
shz_idx shz_mod_t::name
The block index containing a data reference to the file name.
variable
shtime_t shz_mod_t::ctime
Creation time of archive member.
variable
shtime_t shz_mod_t::mtime
Last modification time of archive member.