aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/event_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye Pluto!Tobias Brunner2012-06-111-69/+0
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* pluto: Added a generic event queue.Tobias Brunner2010-09-021-0/+69
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).