diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-26 16:08:04 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-27 09:25:12 +0200 |
commit | 610347de6e07e7cd4ff13cfa9467280ed5e8c175 (patch) | |
tree | 8ac65d356c15cf1ffcd7000d8b1da5a683cf11e3 /lib/fsm.h | |
parent | 54b683d2f395998178b760257f1145c246f9e09f (diff) | |
download | librpm-tizen-610347de6e07e7cd4ff13cfa9467280ed5e8c175.tar.gz librpm-tizen-610347de6e07e7cd4ff13cfa9467280ed5e8c175.tar.bz2 librpm-tizen-610347de6e07e7cd4ff13cfa9467280ed5e8c175.zip |
Pass rpmte to fsmSetup()
- fsm needs the transaction element for progress notification and
element type anyway
Diffstat (limited to 'lib/fsm.h')
-rw-r--r-- | lib/fsm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,6 +199,7 @@ FSM_t freeFSM(FSM_t fsm); */ int fsmSetup(FSM_t fsm, fileStage goal, rpmts ts, + rpmte te, rpmfi fi, FD_t cfd, rpm_loff_t * archiveSize, |