summaryrefslogtreecommitdiff
path: root/src/charon/config/attributes/attribute_manager.h
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2009-02-28 22:02:31 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2009-02-28 22:02:31 +0000
commit19364e11c66714324bd3d5d0dc9212db397085cb (patch)
treefe7f5e55f0474dad1d0c29ba7c0a6f4546c99c3a /src/charon/config/attributes/attribute_manager.h
parentc7f1b0530b85bc7654e68992f25ed8ced5d0a80d (diff)
downloadvyos-strongswan-19364e11c66714324bd3d5d0dc9212db397085cb.tar.gz
vyos-strongswan-19364e11c66714324bd3d5d0dc9212db397085cb.zip
[svn-upgrade] Integrating new upstream version, strongswan (4.2.12)
Diffstat (limited to 'src/charon/config/attributes/attribute_manager.h')
-rw-r--r--src/charon/config/attributes/attribute_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/config/attributes/attribute_manager.h b/src/charon/config/attributes/attribute_manager.h
index 540e054fd..d2b69e02d 100644
--- a/src/charon/config/attributes/attribute_manager.h
+++ b/src/charon/config/attributes/attribute_manager.h
@@ -50,9 +50,10 @@ struct attribute_manager_t {
*
* @param pool pool name from which the address was acquired
* @param address address to release
+ * @param id peer identity to get address for
*/
void (*release_address)(attribute_manager_t *this,
- char *pool, host_t *address);
+ char *pool, host_t *address, identification_t *id);
/**
* Register an attribute provider to the manager.