Moved host_t and host_resolver_t to a new networking subfolder

This commit is contained in:
Tobias Brunner
2012-10-24 15:06:18 +02:00
parent c4894cc172
commit 2e7cc07ecd
48 changed files with 60 additions and 54 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef ATTRIBUTE_PROVIDER_H_
#define ATTRIBUTE_PROVIDER_H_
#include <utils/host.h>
#include <networking/host.h>
#include <utils/identification.h>
#include <utils/linked_list.h>
+1 -1
View File
@@ -24,7 +24,7 @@
typedef struct mem_pool_t mem_pool_t;
typedef enum mem_pool_op_t mem_pool_op_t;
#include <utils/host.h>
#include <networking/host.h>
#include <utils/identification.h>
/**
+1 -1
View File
@@ -48,7 +48,7 @@
typedef struct kernel_interface_t kernel_interface_t;
#include <utils/host.h>
#include <networking/host.h>
#include <crypto/prf_plus.h>
#include <kernel/kernel_listener.h>
+1 -1
View File
@@ -26,7 +26,7 @@
typedef struct kernel_ipsec_t kernel_ipsec_t;
#include <utils/host.h>
#include <networking/host.h>
#include <ipsec/ipsec_types.h>
#include <selectors/traffic_selector.h>
#include <plugins/plugin.h>
+1 -1
View File
@@ -25,7 +25,7 @@ typedef struct kernel_listener_t kernel_listener_t;
#include <kernel/kernel_ipsec.h>
#include <selectors/traffic_selector.h>
#include <utils/host.h>
#include <networking/host.h>
/**
* Interface for components interested in kernel events.
+1 -1
View File
@@ -26,7 +26,7 @@ typedef struct kernel_net_t kernel_net_t;
typedef enum kernel_address_type_t kernel_address_type_t;
#include <utils/enumerator.h>
#include <utils/host.h>
#include <networking/host.h>
#include <plugins/plugin.h>
/**
+1 -1
View File
@@ -23,7 +23,7 @@
#include <debug.h>
#include <library.h>
#include <utils/host.h>
#include <networking/host.h>
#include <utils/identification.h>
#include <attributes/attributes.h>
@@ -17,7 +17,7 @@
#include <string.h>
#include <library.h>
#include <utils/host.h>
#include <networking/host.h>
#include "pool_attributes.h"
#include "pool_usage.h"
@@ -59,7 +59,7 @@
#include <hydra.h>
#include <debug.h>
#include <utils/host.h>
#include <networking/host.h>
#include <utils/linked_list.h>
#include <utils/hashtable.h>
#include <threading/thread.h>
@@ -25,7 +25,7 @@
#include <hydra.h>
#include <debug.h>
#include <utils/host.h>
#include <networking/host.h>
#include <threading/thread.h>
#include <threading/mutex.h>
#include <threading/rwlock.h>