Remove now unnecessary psm member from fsm struct
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Apr 2012 10:28:55 +0000 (13:28 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 17 Apr 2012 10:28:55 +0000 (13:28 +0300)
commit4ef540d25bab77b46cbf4467c8f6bc22cdd0e419
tree6715705d1c508c9a91749c87522b3257145d9787
parentfb51698e0c21ddd289ccbe97330aea0727da8751
Remove now unnecessary psm member from fsm struct

- Except for expandRegular(), all notification occurs from the three
  main worker functions. Pass as an argument for the lone special
  case, the other noticy already have the psm as their own argument.
lib/fsm.c