index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2015-12-14 13:39:58 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-15 15:12:32 +1000 |
commit | 8d3bd4ec13940da70f946e6e63d59a05c89cbb50 (patch) | |
tree | fe1d4e60c27d4f2797b1517aae8f88c722339d33 /lib/libalpm/alpm.h | |
parent | 132ec4c3b9f761fb76ff9cf567f3723db62d72df (diff) |
-rw-r--r-- | lib/libalpm/alpm.h | 4 |
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index f8e1f254..8fcdfdfc 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -384,6 +384,10 @@ typedef enum _alpm_event_type_t { ALPM_EVENT_INTERCONFLICTS_START, /** Inter-conflicts were checked for target package. */ ALPM_EVENT_INTERCONFLICTS_DONE, + /** Processing the package transaction is starting. */ + ALPM_EVENT_TRANSACTION_START, + /** Processing the package transaction is finished. */ + ALPM_EVENT_TRANSACTION_DONE, /** Package will be installed/upgraded/downgraded/re-installed/removed; See * alpm_event_package_operation_t for arguments. */ ALPM_EVENT_PACKAGE_OPERATION_START, |