Re: [Libevent-users] Atomically block signals in signal event callbacks

2012-03-23 Thread Nick Mathewson
On Fri, Mar 23, 2012 at 7:51 AM, Frank Lahm wrote: > Hi, > > I've very recently added libevent to Netatalk, using it for a new service > controller process which is responsible for starting and restarting other > daemons (for now). There I use the signal handling facility of libevent for > handlin

[Libevent-users] Atomically block signals in signal event callbacks

2012-03-23 Thread Frank Lahm
Hi, I've very recently added libevent to Netatalk, using it for a new service controller process which is responsible for starting and restarting other daemons (for now). There I use the signal handling facility of libevent for handling signals. Thanks for libevent, I love it! Now it seems