libalpm
Arch Linux Package Manager Library
Data Fields
_alpm_delta_t Struct Reference

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

Detailed Description

Package upgrade delta.

Definition at line 187 of file alpm.h.


Field Documentation

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().

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().

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().

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().


The documentation for this struct was generated from the following file: