deregister all events after fork

2012-11-05 Thread Jan-Philip Gehrcke
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

Re: deregister all events after fork

2012-11-05 Thread Marc Lehmann
On Mon, Nov 05, 2012 at 05:19:58PM +0100, Jan-Philip Gehrcke jgehr...@googlemail.com wrote: 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