From b5225165c070b30f8ec5a71ff5a12ea43102c3da Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 1 Dec 2011 16:18:23 -0600 Subject: Move items around in the alpm handle struct This allows for the struct layout to have no empty spaces. Signed-off-by: Dan McGee --- lib/libalpm/handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/handle.h') 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 */ -- cgit v1.2.3-24-g4f1b