Author :
Nick Mathewson
Date :
2013-12-24 11:20:52
Hash :4dd3abd4 Message :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.