Commit 974d004eea27f138c468a278e665db38e52cff53

Nick Mathewson 2010-04-09T20:05:12

Use LIST rather than TAILQ for bufferevent_rate_limit_group members Once again, there's no reason to keep these lists in the order we were keeping them in. Every time we needed to traverse them for any important purpose, we started at a random point anyway.