Hello,

ev_loop_fork() ensures that an event loop works properly in the child after forking. After doing this, I would like to clean up the event loop. I don't know if I get the terminology right -- I want to deregister all events and re-initialize the event loop with the effect that basically nothing that has been triggered in the parent process has an effect in the child process. Is there an easy way to do this?

Thanks for your help,

Jan-Philip

_______________________________________________
libev mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev

Reply via email to