Commit e3d82497c99d9cb3b1b23cc746b448811910e260

Nick Mathewson 2009-04-10T14:21:53

Don't allow internal events to starve lower-priority events. This is exceptionally important with multithreaded stuff, where we use an event to notify the base that other events have been made active. If the activated events have a prioirty number greater than that of the notification event, it will starve them, and that's no good. svn:r1149