diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-26 15:49:34 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-04-06 12:47:38 +0200 |
commit | ac5fb545c5c9f690543a5fa77e04d41c7568450d (patch) | |
tree | 8333292aa1fef1a58dd170e39f6491c239363c26 /src/libcharon/plugins/stroke/stroke_attribute.h | |
parent | 84aa96e5f5ecb352dccb0abe882fdd494a325c44 (diff) | |
download | strongswan-ac5fb545c5c9f690543a5fa77e04d41c7568450d.tar.bz2 strongswan-ac5fb545c5c9f690543a5fa77e04d41c7568450d.tar.xz |
Extracted in-memory IP address pool from stroke plugin to libhydra.
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_attribute.h')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_attribute.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_attribute.h b/src/libcharon/plugins/stroke/stroke_attribute.h index cf6c950a6..249a9899b 100644 --- a/src/libcharon/plugins/stroke/stroke_attribute.h +++ b/src/libcharon/plugins/stroke/stroke_attribute.h @@ -37,15 +37,14 @@ struct stroke_attribute_t { attribute_provider_t provider; /** - * Add a virtual IP address. + * Add a virtual IP address pool. * * @param msg stroke message - * @param end end of stroke message that contains virtual IP. */ void (*add_pool)(stroke_attribute_t *this, stroke_msg_t *msg); /** - * Remove a virtual IP address. + * Remove a virtual IP address pool. * * @param msg stroke message */ @@ -68,10 +67,11 @@ struct stroke_attribute_t { * identification_t *id, host_t *address, bool online * * @param pool name of the pool to enumerate - * @return enumerator, NULL if pool not found + * @return enumerator, NULL if pool not found */ enumerator_t* (*create_lease_enumerator)(stroke_attribute_t *this, char *pool); + /** * Destroy a stroke_attribute instance. */ |