80a81,88
> void
> CountedQuiesceEvent::process()
> {
> if (--count == 0) {
> exitSimLoop("Finished quiesce");
> }
> }
>