aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_attribute.h')
-rw-r--r--src/libcharon/plugins/stroke/stroke_attribute.h8
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.
*/