]> code.citadel.org Git - citadel.git/commitdiff
Eventhandling: fix shutdownhandlers
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 6 May 2012 20:15:30 +0000 (22:15 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 6 May 2012 20:15:30 +0000 (22:15 +0200)
  - add a mutex for securely accessing the eventqueues from outside via ev_async_send() (s.b. might want to shut down meanwhile)
  - remove unused add-pipes we used for signaling before switching to libev4
  - start the shutdown handlers only from within the eventqueue


No differences found