Scheduler and processor have been moved to libstrongswan.

Also reverts 0c21dc000d as the dependency
to libcharon is no longer required.
This commit is contained in:
Tobias Brunner
2010-09-02 19:04:23 +02:00
parent 44b4f0d06f
commit f6697eadb9
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ ha_cache_t *ha_cache_create(ha_kernel_t *kernel, ha_socket_t *socket,
if (sync)
{
/* request a resync as soon as we are up */
charon->scheduler->schedule_job(charon->scheduler, (job_t*)
lib->scheduler->schedule_job(lib->scheduler, (job_t*)
callback_job_create((callback_job_cb_t)request_resync,
this, NULL, NULL), 1);
}