summaryrefslogtreecommitdiff
path: root/lib/fsm.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-11-26 16:08:04 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-11-27 09:25:12 +0200
commit610347de6e07e7cd4ff13cfa9467280ed5e8c175 (patch)
tree8ac65d356c15cf1ffcd7000d8b1da5a683cf11e3 /lib/fsm.h
parent54b683d2f395998178b760257f1145c246f9e09f (diff)
downloadlibrpm-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fsm.h b/lib/fsm.h
index 6e4979d1b..a5991bb3b 100644
--- a/lib/fsm.h
+++ b/lib/fsm.h
@@ -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,