Eliminate rpmte usage from lower levels of fsm machinery
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Apr 2012 11:16:21 +0000 (14:16 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 24 Apr 2012 11:16:21 +0000 (14:16 +0300)
commit2d563cefee2da656b11928fe6e872b589b018851
tree99d3428145061dc272c6f88fda0dba84f05969fe
parent7789f46e4c1a5d2f8c4051fb1464e8a12d19966d
Eliminate rpmte usage from lower levels of fsm machinery

- Determine the need for reverse iteration based on fsm goal
- Everything else was just using rpmte to get to its file states,
  eliminate the intermediate ping-pong by passign the file states
  around directly. Makes the thing that little bit less silly.
lib/fsm.c