Moved data structures to new collections subfolder

This commit is contained in:
Tobias Brunner
2012-10-24 16:00:49 +02:00
parent fdee6b5f5a
commit 12642a6831
229 changed files with 338 additions and 332 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
#include <library.h>
#include <debug.h>
#include <threading/rwlock.h>
#include <utils/linked_list.h>
#include <utils/blocking_queue.h>
#include <collections/linked_list.h>
#include <collections/blocking_queue.h>
#include <processing/jobs/callback_job.h>
typedef struct private_ipsec_event_relay_t private_ipsec_event_relay_t;
+1 -1
View File
@@ -19,7 +19,7 @@
#include <debug.h>
#include <threading/rwlock.h>
#include <utils/linked_list.h>
#include <collections/linked_list.h>
/** Base priority for installed policies */
#define PRIO_BASE 512
+1 -1
View File
@@ -28,7 +28,7 @@
#include <library.h>
#include <networking/host.h>
#include <utils/linked_list.h>
#include <collections/linked_list.h>
#include <ipsec/ipsec_types.h>
#include <selectors/traffic_selector.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#include <debug.h>
#include <library.h>
#include <threading/rwlock.h>
#include <utils/blocking_queue.h>
#include <collections/blocking_queue.h>
#include <processing/jobs/callback_job.h>
typedef struct private_ipsec_processor_t private_ipsec_processor_t;
+2 -2
View File
@@ -23,8 +23,8 @@
#include <processing/jobs/callback_job.h>
#include <threading/condvar.h>
#include <threading/mutex.h>
#include <utils/hashtable.h>
#include <utils/linked_list.h>
#include <collections/hashtable.h>
#include <collections/linked_list.h>
typedef struct private_ipsec_sa_mgr_t private_ipsec_sa_mgr_t;