mc: keep information about the finisher
* spot/mc/bloemen.hh, spot/mc/bloemen_ec.hh, spot/mc/cndfs.hh, spot/mc/deadlock.hh, spot/mc/lpar13.hh, spot/mc/mc.hh, spot/mc/mc_instanciator.hh: Here.
This commit is contained in:
parent
cb8eb7e9b2
commit
bdb95dcde9
7 changed files with 68 additions and 7 deletions
|
|
@ -117,6 +117,7 @@ namespace spot
|
|||
result.transitions.emplace_back(swarmed[i]->transitions());
|
||||
result.sccs.emplace_back(swarmed[i]->sccs());
|
||||
result.value.emplace_back(swarmed[i]->result());
|
||||
result.finisher.emplace_back(swarmed[i]->finisher());
|
||||
}
|
||||
|
||||
if (trace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue