aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/controller.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-04-14 11:37:46 +0000
committerMartin Willi <martin@strongswan.org>2008-04-14 11:37:46 +0000
commita593db5d35ebc7b0492b57c7aa6b8a6ad394fd8e (patch)
tree6c19eeee650bed795eb804b2d6565748be7ac8f5 /src/charon/control/controller.h
parentb010310517778085f21343d117990195752b6890 (diff)
downloadstrongswan-a593db5d35ebc7b0492b57c7aa6b8a6ad394fd8e.tar.bz2
strongswan-a593db5d35ebc7b0492b57c7aa6b8a6ad394fd8e.tar.xz
ike_sa_manager enumerable, not iterable
Diffstat (limited to 'src/charon/control/controller.h')
-rw-r--r--src/charon/control/controller.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/charon/control/controller.h b/src/charon/control/controller.h
index 460c04e0d..46382e738 100644
--- a/src/charon/control/controller.h
+++ b/src/charon/control/controller.h
@@ -64,14 +64,14 @@ typedef struct controller_t controller_t;
struct controller_t {
/**
- * Create an iterator for all IKE_SAs.
+ * Create an enumerator for all IKE_SAs.
*
- * The iterator blocks the IKE_SA manager until it gets destroyed. Do
+ * The enumerator blocks the IKE_SA manager until it gets destroyed. Do
* not call another interface/manager method while the iterator is alive.
*
- * @return iterator, locks IKE_SA manager until destroyed
+ * @return enumerator, locks IKE_SA manager until destroyed
*/
- iterator_t* (*create_ike_sa_iterator)(controller_t *this);
+ enumerator_t* (*create_ike_sa_enumerator)(controller_t *this);
/**
* Initiate a CHILD_SA, and if required, an IKE_SA.