aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-03 18:57:30 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:23 +0200
commitf6697eadb90a132431e82682e1af48f3314fcf27 (patch)
treec8dbb1190b4a3c40c745a3745fe3d604e8467a26 /src/libcharon
parent44b4f0d06f4e1585fe32ceb9c813b1bc1888c784 (diff)
downloadstrongswan-f6697eadb90a132431e82682e1af48f3314fcf27.tar.bz2
strongswan-f6697eadb90a132431e82682e1af48f3314fcf27.tar.xz
Scheduler and processor have been moved to libstrongswan.
Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
Diffstat (limited to 'src/libcharon')
-rw-r--r--src/libcharon/plugins/ha/ha_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_cache.c b/src/libcharon/plugins/ha/ha_cache.c
index 1ebc33ca4..9ff3fd5ff 100644
--- a/src/libcharon/plugins/ha/ha_cache.c
+++ b/src/libcharon/plugins/ha/ha_cache.c
@@ -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);
}