index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2014-01-02 12:37:08 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 14:38:50 +1000 |
commit | 30740d9d2fd859cbfa214a8bb3236ba73dedf159 (patch) | |
tree | ed96e6c4752fd2d9019ea2700896a27d9500f35d /lib/libalpm/handle.h | |
parent | 086bbc5b623d08df9ffe595bd5ee965e668a4ae1 (diff) |
-rw-r--r-- | lib/libalpm/handle.h | 4 |
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 402e4146..fcfd4fad 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -55,7 +55,6 @@ struct __alpm_handle_t { alpm_db_t *db_local; /* local db pointer */ alpm_list_t *dbs_sync; /* List of (alpm_db_t *) */ FILE *logstream; /* log file stream pointer */ - int lockfd; /* lock file descriptor */ alpm_trans_t *trans; #ifdef HAVE_LIBCURL @@ -100,6 +99,9 @@ struct __alpm_handle_t { /* error code */ alpm_errno_t pm_errno; + /* lock file descriptor */ + int lockfd; + /* for delta parsing efficiency */ int delta_regex_compiled; regex_t delta_regex; |