Moved CHILD_SA rekey task creation to protocol specific task manager
This commit is contained in:
@@ -140,6 +140,15 @@ struct task_manager_t {
|
||||
void (*queue_child)(task_manager_t *this, child_cfg_t *cfg, u_int32_t reqid,
|
||||
traffic_selector_t *tsi, traffic_selector_t *tsr);
|
||||
|
||||
/**
|
||||
* Queue CHILD_SA rekeying tasks.
|
||||
*
|
||||
* @param protocol CHILD_SA protocol, AH|ESP
|
||||
* @param spi CHILD_SA SPI to rekey
|
||||
*/
|
||||
void (*queue_child_rekey)(task_manager_t *this, protocol_id_t protocol,
|
||||
u_int32_t spi);
|
||||
|
||||
/**
|
||||
* Queue liveness checking tasks.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user