Commit 4dd3abd41fe951b4c236c8e9920f17f3af7f4a6d

Nick Mathewson 2013-12-24T11:20:52

Make bufferevent_trigger_nolock_() inline Since most of its callers are using constant EV_READ or EV_WRITE, and using constant 0 as its argument, this should eliminate most of the overhead for this function in the fast case.