|
libalpm
Arch Linux Package Manager Library
|
Package upgrade delta. More...
#include <alpm.h>
Data Fields | |
| char * | delta |
| filename of the delta patch | |
| char * | delta_md5 |
| md5sum of the delta file | |
| char * | from |
| filename of the 'before' file | |
| char * | to |
| filename of the 'after' file | |
| off_t | delta_size |
| filesize of the delta file | |
| off_t | download_size |
| download filesize of the delta file | |
| char* _alpm_delta_t::delta |
filename of the delta patch
Definition at line 189 of file alpm.h.
Referenced by _alpm_delta_dup(), _alpm_delta_free(), and _alpm_delta_parse().
| char* _alpm_delta_t::delta_md5 |
md5sum of the delta file
Definition at line 191 of file alpm.h.
Referenced by _alpm_delta_dup(), _alpm_delta_free(), and _alpm_delta_parse().
filesize of the delta file
Definition at line 197 of file alpm.h.
Referenced by _alpm_delta_dup(), and _alpm_delta_parse().
download filesize of the delta file
Definition at line 199 of file alpm.h.
Referenced by _alpm_delta_dup().
| char* _alpm_delta_t::from |
filename of the 'before' file
Definition at line 193 of file alpm.h.
Referenced by _alpm_delta_dup(), _alpm_delta_free(), and _alpm_delta_parse().
| char* _alpm_delta_t::to |
filename of the 'after' file
Definition at line 195 of file alpm.h.
Referenced by _alpm_delta_dup(), _alpm_delta_free(), and _alpm_delta_parse().
1.7.6.1