[email protected] schrieb: > Hi Metze, > > > tevent_loop_wait() calls tevent_loop_once() internally, > > see the tevent_common_loop_once() function. > > I missed that, though it only seems to be true for the main > backends. The liboop backend doesn't call tevent_common_loop_once.
Backends which implement their own _loop_wait function currently need to increment the level on their own. Maybe we should let tevent_commom_loop_once() call ev->ops->loop_once() instead of _tevent_loop_once() and then increment the level in tevent_loop_wait() to make it more consistent for other backends. The whole liboop backend needs updates, or just remove it... metze
signature.asc
Description: OpenPGP digital signature
