aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/event_queue.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-11-24 14:22:29 +0000
committerMartin Willi <martin@strongswan.org>2005-11-24 14:22:29 +0000
commitbdb141cb4b7bffcdd6358b0fd4606d146816261a (patch)
treef199e7afa93f1c146af5aa59a59b285609e68d39 /Source/charon/queues/event_queue.c
parent49a72ce3943adcf87a080a734adcdecb8efca5ed (diff)
downloadstrongswan-bdb141cb4b7bffcdd6358b0fd4606d146816261a.tar.bz2
strongswan-bdb141cb4b7bffcdd6358b0fd4606d146816261a.tar.xz
- moved linked_list_iterator_t to iterator_t, located in iterator.h
Diffstat (limited to 'Source/charon/queues/event_queue.c')
-rw-r--r--Source/charon/queues/event_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/queues/event_queue.c b/Source/charon/queues/event_queue.c
index 20802d3e8..eb33330f0 100644
--- a/Source/charon/queues/event_queue.c
+++ b/Source/charon/queues/event_queue.c
@@ -264,7 +264,7 @@ static status_t add_absolute(private_event_queue_t *this, job_t *job, timeval_t
break;
}
- linked_list_iterator_t * iterator;
+ iterator_t * iterator;
status = this->list->create_iterator(this->list,&iterator,TRUE);
if (status != SUCCESS)