Refer to scheduler and processor via lib and not hydra.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:18 +02:00
parent e18556e9e9
commit bb381e26c6
37 changed files with 79 additions and 103 deletions
@@ -15,7 +15,6 @@
#include "inactivity_job.h"
#include <hydra.h>
#include <daemon.h>
typedef struct private_inactivity_job_t private_inactivity_job_t;
@@ -88,7 +87,7 @@ METHOD(job_t, execute, void,
}
else
{
hydra->scheduler->schedule_job(hydra->scheduler,
lib->scheduler->schedule_job(lib->scheduler,
&this->public.job_interface, this->timeout - diff);
rescheduled = TRUE;
}