Give the progress event its own priority
--HG-- extra : convert_revision : 6357ade64deb42fae68b2766545b1c4cdc673fc9
This commit is contained in:
@@ -169,6 +169,9 @@ class Event : public Serializable, public FastAlloc
|
||||
/// everything else, but before exit.
|
||||
Stat_Event_Pri = 90,
|
||||
|
||||
/// Progress events come at the end.
|
||||
Progress_Event_Pri = 95,
|
||||
|
||||
/// If we want to exit on this cycle, it's the very last thing
|
||||
/// we do.
|
||||
Sim_Exit_Pri = 100
|
||||
|
||||
Reference in New Issue
Block a user