aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/event_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye Pluto!Tobias Brunner2012-06-111-195/+0
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* pluto: Made helper functions in event_queue static.Tobias Brunner2011-05-241-2/+2
|
* pluto: Added a generic event queue.Tobias Brunner2010-09-021-0/+195
This allows to easily execute arbitrary callbacks in the context of the pluto main thread (e.g. in order to synchronize with threads from the thread-pool).