aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/processing/jobs/mediation_job.c
Commit message (Collapse)AuthorAgeFilesLines
* Give processor_t more control over the lifecycle of a jobTobias Brunner2012-06-251-6/+4
| | | | | | | | | | | Jobs are now destroyed by the processor, but they are allowed to reschedule themselves. That is, parts of the reschedule functionality already provided by callback_job_t is moved to the processor. Not yet fully supported is JOB_REQUEUE_DIRECT and canceling jobs. Note: job_t.destroy() is now called not only for queued jobs but also after execution or cancellation of jobs. job_t.status can be used to decide what to do in said method.
* Migrated mediation_job_t to INIT/METHOD macros.Tobias Brunner2011-10-031-28/+16
|
* Introduce priority classes for jobsMartin Willi2011-05-161-0/+9
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+195