mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
6494772e32
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.