Refer to processor via hydra and not charon.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "uci_control.h"
|
||||
|
||||
#include <hydra.h>
|
||||
#include <daemon.h>
|
||||
#include <threading/thread.h>
|
||||
#include <processing/jobs/callback_job.h>
|
||||
@@ -294,7 +295,7 @@ uci_control_t *uci_control_create()
|
||||
{
|
||||
this->job = callback_job_create((callback_job_cb_t)receive,
|
||||
this, NULL, NULL);
|
||||
charon->processor->queue_job(charon->processor, (job_t*)this->job);
|
||||
hydra->processor->queue_job(hydra->processor, (job_t*)this->job);
|
||||
}
|
||||
return &this->public;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user