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
1 changed files with 1 additions and 1 deletions
|
@ -86,8 +86,8 @@ struct __alpm_handle_t {
|
|||
alpm_list_t *ignoregroup; /* List of groups to ignore */
|
||||
|
||||
/* options */
|
||||
int usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */
|
||||
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 checkspace; /* Check disk space before installing */
|
||||
alpm_siglevel_t siglevel; /* Default signature verification level */
|
||||
|
|
Loading…
Add table
Reference in a new issue