migrate_job() finds a matching child_cfg

This commit is contained in:
Andreas Steffen
2008-11-03 02:05:41 +00:00
parent bd354bee5f
commit ef6d339c09
7 changed files with 310 additions and 23 deletions
+10
View File
@@ -153,6 +153,16 @@ struct child_cfg_t {
linked_list_t *supplied,
host_t *host);
/**
* Checks the [single] traffic selectors for equality
*
* @param local TRUE for TS on local side, FALSE for remote
* @param ts single traffic selector to compare with
* @return TRUE if TS are equal, FALSE otherwise
*/
bool (*equal_traffic_selectors)(child_cfg_t *this, bool local,
traffic_selector_t *ts);
/**
* Get the updown script to run for the CHILD_SA.
*