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:
@@ -18,7 +18,7 @@
|
||||
#include <pthread.h>
|
||||
|
||||
#include <daemon.h>
|
||||
#include <utils/mutex.h>
|
||||
#include <threading.h>
|
||||
|
||||
typedef struct private_callback_job_t private_callback_job_t;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "processor.h"
|
||||
|
||||
#include <daemon.h>
|
||||
#include <utils/mutex.h>
|
||||
#include <threading.h>
|
||||
#include <utils/linked_list.h>
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <daemon.h>
|
||||
#include <processing/processor.h>
|
||||
#include <processing/jobs/callback_job.h>
|
||||
#include <utils/mutex.h>
|
||||
#include <threading.h>
|
||||
|
||||
/* the initial size of the heap */
|
||||
#define HEAP_SIZE_DEFAULT 64
|
||||
|
||||
Reference in New Issue
Block a user