Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h).

This commit is contained in:
Tobias Brunner
2009-12-23 17:00:58 +01:00
parent 32d8f44229
commit 14f7091280
46 changed files with 54 additions and 52 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include "credential_manager.h"
#include <daemon.h>
#include <utils/mutex.h>
#include <threading.h>
#include <utils/linked_list.h>
#include <credentials/sets/cert_cache.h>
#include <credentials/sets/auth_cfg_wrapper.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#include <sched.h>
#include <daemon.h>
#include <utils/mutex.h>
#include <threading.h>
#include <utils/linked_list.h>
/** cache size, a power of 2 for fast modulo */