Revision b5a2055f src/libstrongswan/attributes/attribute_provider.h
| b/src/libstrongswan/attributes/attribute_provider.h | ||
|---|---|---|
| 57 | 57 |
* Create an enumerator over attributes to hand out to a peer. |
| 58 | 58 |
* |
| 59 | 59 |
* @param id peer ID |
| 60 |
* @param vip virtual IP to assign to peer, if any |
|
| 60 | 61 |
* @return enumerator (configuration_attribute_type_t, chunk_t) |
| 61 | 62 |
*/ |
| 62 | 63 |
enumerator_t* (*create_attribute_enumerator)(attribute_provider_t *this, |
| 63 |
identification_t *id); |
|
| 64 |
identification_t *id, host_t *vip); |
|
| 64 | 65 |
}; |
| 65 | 66 |
|
| 66 | 67 |
#endif /** ATTRIBUTE_PROVIDER_H_ @}*/ |
Also available in: Unified diff