aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/processing/jobs/retransmit_job.c
Commit message (Collapse)AuthorAgeFilesLines
* introduced callback_job:Martin Willi2007-06-111-16/+7
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* restructured file layoutMartin Willi2007-04-101-0/+109
new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads