Moved data structures to new collections subfolder
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user