Author :
Nick Mathewson
Date :
2010-04-09 19:54:21
Hash :6494772e Message :Use LIST rather than TAILQ for evmap_io and evmap_signal
These structures used TAILQ for the lists of events waiting on a
single fd or signal. But order doesn't matter for these lists; only
the order of the active events lists actually matters.