fixed SPI when rekeying and deleting CHILD_SAs

This commit is contained in:
Martin Willi
2006-06-19 08:54:19 +00:00
parent 891dfaf983
commit c65a4fff3f
5 changed files with 19 additions and 14 deletions
+1 -2
View File
@@ -153,9 +153,8 @@ struct child_sa_t {
* not remove its policy, as the new SA uses it.
*
* @param this calling object
* @param reqid reqid of the SA which replaces this one.
*/
void (*set_rekeyed) (child_sa_t *this, u_int32_t reqid);
void (*set_rekeyed) (child_sa_t *this);
/**
* @brief Log the status of a child_sa to a logger.