summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/handle.h
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-01 23:18:23 +0100
committerDan McGee <dan@archlinux.org>2011-12-07 17:05:02 +0100
commitb5225165c070b30f8ec5a71ff5a12ea43102c3da (patch)
tree05d65777c95f3683c81d37f918636822328b55e0 /lib/libalpm/handle.h
parent86cb6e1f0f59f760a936f648a20206af095a196b (diff)
downloadpacman-b5225165c070b30f8ec5a71ff5a12ea43102c3da.tar.gz
pacman-b5225165c070b30f8ec5a71ff5a12ea43102c3da.tar.xz
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>
Diffstat (limited to 'lib/libalpm/handle.h')
-rw-r--r--lib/libalpm/handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h
index d568fb42..1f147d6e 100644
--- a/lib/libalpm/handle.h
+++ b/lib/libalpm/handle.h
@@ -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 */