On 18/02/2015 12:56, Pavel Dovgalyuk wrote: > +/*! Skips async events until some sync event will be found. */ > +bool skip_async_events(int stop_event); > +/*! Skips async events invocations from the input, > + until required data kind is found. If the requested data is not found > + reports an error and stops the execution. */ > +void skip_async_events_until(unsigned int kind);
skip_async_events_until is unused, please remove it. Also, "skip_async_events" is not skipping async events anymore. :) Perhaps rename it to replay_next_event_is? Paolo