summaryrefslogtreecommitdiff
path: root/src/charon/config/attributes/attribute_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/config/attributes/attribute_provider.h')
-rw-r--r--src/charon/config/attributes/attribute_provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/config/attributes/attribute_provider.h b/src/charon/config/attributes/attribute_provider.h
index 1712bd188..9810c0354 100644
--- a/src/charon/config/attributes/attribute_provider.h
+++ b/src/charon/config/attributes/attribute_provider.h
@@ -51,10 +51,11 @@ struct attribute_provider_t {
*
* @param pool name of the pool this address was acquired from
* @param address address to release
+ * @param id peer ID
* @return TRUE if the address has been released by the provider
*/
bool (*release_address)(attribute_provider_t *this,
- char *pool, host_t *address);
+ char *pool, host_t *address, identification_t *id);
};
#endif /* ATTRIBUTE_PROVIDER_H_ @}*/