remove obsolete child_cfg_t.equal_traffic_selectors() method

This commit is contained in:
Martin Willi
2009-07-07 14:38:55 +02:00
parent 20188fcad4
commit efb4bb248f
2 changed files with 0 additions and 42 deletions
-12
View File
@@ -150,18 +150,6 @@ struct child_cfg_t {
linked_list_t *(*get_traffic_selectors)(child_cfg_t *this, bool local,
linked_list_t *supplied,
host_t *host);
/**
* Checks [single] traffic selectors for equality
*
* @param local TRUE for TS on local side, FALSE for remote
* @param ts list with single traffic selector to compare with
* @param host address to use for narrowing "dynamic" TS', or NULL
* @return TRUE if TS are equal, FALSE otherwise
*/
bool (*equal_traffic_selectors)(child_cfg_t *this, bool local,
linked_list_t *ts_list, host_t *host);
/**
* Get the updown script to run for the CHILD_SA.
*