Refer to scheduler and processor via lib and not hydra.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "sender.h"
|
||||
|
||||
#include <hydra.h>
|
||||
#include <daemon.h>
|
||||
#include <network/socket.h>
|
||||
#include <processing/jobs/callback_job.h>
|
||||
@@ -196,7 +195,7 @@ sender_t * sender_create()
|
||||
"charon.send_delay_response", TRUE),
|
||||
);
|
||||
|
||||
hydra->processor->queue_job(hydra->processor, (job_t*)this->job);
|
||||
lib->processor->queue_job(lib->processor, (job_t*)this->job);
|
||||
|
||||
return &this->public;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user