moved traffic_selectors from charon to libstrongswan

This commit is contained in:
Andreas Steffen
2009-12-20 14:57:38 +01:00
parent 92f0aa9736
commit 1125a0be81
12 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
typedef struct acquire_job_t acquire_job_t;
#include <library.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <processing/jobs/job.h>
/**
+1 -1
View File
@@ -25,7 +25,7 @@ typedef struct migrate_job_t migrate_job_t;
#include <library.h>
#include <utils/host.h>
#include <config/traffic_selector.h>
#include <selectors/traffic_selector.h>
#include <kernel/kernel_ipsec.h>
#include <processing/jobs/job.h>