Refer to scheduler and processor via lib and not hydra.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user