mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-13 12:55:08 -05:00
Move items around in the alpm handle struct
This allows for the struct layout to have no empty spaces. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
86cb6e1f0f
commit
b5225165c0
@ -86,8 +86,8 @@ struct __alpm_handle_t {
|
|||||||
alpm_list_t *ignoregroup; /* List of groups to ignore */
|
alpm_list_t *ignoregroup; /* List of groups to ignore */
|
||||||
|
|
||||||
/* options */
|
/* options */
|
||||||
int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */
|
|
||||||
char *arch; /* Architecture of packages we should allow */
|
char *arch; /* Architecture of packages we should allow */
|
||||||
|
int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */
|
||||||
int usedelta; /* Download deltas if possible */
|
int usedelta; /* Download deltas if possible */
|
||||||
int checkspace; /* Check disk space before installing */
|
int checkspace; /* Check disk space before installing */
|
||||||
alpm_siglevel_t siglevel; /* Default signature verification level */
|
alpm_siglevel_t siglevel; /* Default signature verification level */
|
||||||
|
Loading…
Reference in New Issue
Block a user