526c526
< createCountedQuiesce()
---
> createCountedDrain()
528c528
< return new CountedQuiesceEvent();
---
> return new CountedDrainEvent();
532c532
< cleanupCountedQuiesce(Event *counted_quiesce)
---
> cleanupCountedDrain(Event *counted_drain)
534,535c534,535
< CountedQuiesceEvent *event =
< dynamic_cast<CountedQuiesceEvent *>(counted_quiesce);
---
> CountedDrainEvent *event =
> dynamic_cast<CountedDrainEvent *>(counted_drain);
537,538c537,538
< fatal("Called cleanupCountedQuiesce() on an event that was not "
< "a CountedQuiesceEvent.");
---
> fatal("Called cleanupCountedDrain() on an event that was not "
> "a CountedDrainEvent.");