Subject Event re-queue
Author Dimitry Sibiryakov
Hi, All!

Is it safe to call isc_que_events() from event callback routine?

I.e. something like this:

void ast_routine(.....)
{
............
isc_que_events(...., ast_routine, ...);
}
--
SY, Dimitry Sibiryakov.