aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/attributes/attribute_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/attributes/attribute_provider.h')
-rw-r--r--src/libstrongswan/attributes/attribute_provider.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstrongswan/attributes/attribute_provider.h b/src/libstrongswan/attributes/attribute_provider.h
index 14721d921..f8485cc6c 100644
--- a/src/libstrongswan/attributes/attribute_provider.h
+++ b/src/libstrongswan/attributes/attribute_provider.h
@@ -57,10 +57,11 @@ struct attribute_provider_t {
* Create an enumerator over attributes to hand out to a peer.
*
* @param id peer ID
+ * @param vip virtual IP to assign to peer, if any
* @return enumerator (configuration_attribute_type_t, chunk_t)
*/
enumerator_t* (*create_attribute_enumerator)(attribute_provider_t *this,
- identification_t *id);
+ identification_t *id, host_t *vip);
};
#endif /** ATTRIBUTE_PROVIDER_H_ @}*/