Commit 6494772e32017b27037ef1f6fc849abbf3d1c9f2

Nick Mathewson 2010-04-09T19:54:21

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.