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
+1 -1
View File
@@ -16,7 +16,7 @@
#include "tls_alert.h"
#include <debug.h>
#include <utils/linked_list.h>
#include <collections/linked_list.h>
ENUM_BEGIN(tls_alert_desc_names, TLS_CLOSE_NOTIFY, TLS_CLOSE_NOTIFY,
"close notify",
+2 -2
View File
@@ -16,8 +16,8 @@
#include "tls_cache.h"
#include <debug.h>
#include <utils/linked_list.h>
#include <utils/hashtable.h>
#include <collections/linked_list.h>
#include <collections/hashtable.h>
#include <threading/rwlock.h>
typedef struct private_tls_cache_t private_tls_cache_t;