Support installing of quick mode SAs with a specific reqid

This commit is contained in:
Martin Willi
2012-03-20 17:31:31 +01:00
parent 5f1df0a060
commit 14dc794165
3 changed files with 27 additions and 3 deletions
@@ -36,6 +36,13 @@ struct quick_mode_t {
* Implements the task_t interface
*/
task_t task;
/**
* Use a specific reqid to install this CHILD_SA.
*
* @param reqid reqid to use
*/
void (*use_reqid)(quick_mode_t *this, u_int32_t reqid);
};
/**