Josh Steadmon <steadmon@xxxxxxxxxx> writes: > As Jonathan Tan mentioned in [1], on calling do_event() we set the start > offset of the new event, and execute the callback for the previous event > whose end offset we now know. > > I refactored this into "start_event()" and "flush_event()" functions as > suggested, and added a new "do_event_and_flush()" function for the case > where we want to immediately execute a callback for an event. Very nicely done. Thanks, both.