|
createrepo_c library
0.17.7
C library for metadata manipulation
|
#include <compression_wrapper.h>
Data Fields | |
| gint64 | size |
| cr_ChecksumType | checksum_type |
| char * | checksum |
| gint64 | hdr_size |
| cr_ChecksumType | hdr_checksum_type |
| char * | hdr_checksum |
Stat build about open content during compression (writting).
Definition at line 58 of file compression_wrapper.h.
| char* checksum |
Checksum
Definition at line 61 of file compression_wrapper.h.
| cr_ChecksumType checksum_type |
Checksum type
Definition at line 60 of file compression_wrapper.h.
| char* hdr_checksum |
Checksum
Definition at line 64 of file compression_wrapper.h.
| cr_ChecksumType hdr_checksum_type |
Checksum type
Definition at line 63 of file compression_wrapper.h.
| gint64 hdr_size |
Size of content
Definition at line 62 of file compression_wrapper.h.
| gint64 size |
Size of content
Definition at line 59 of file compression_wrapper.h.