diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-12-07 15:56:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-12-23 17:00:58 +0100 |
commit | 14f7091280b8d12fcbc58a4ff986e94915ecd638 (patch) | |
tree | 60accd6c3dd15a08cc824ebd21fa9d3da481717d /src/charon/processing/scheduler.c | |
parent | 32d8f44229ac1025046a984efc4a546fbe0a841c (diff) | |
download | strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.bz2 strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.xz |
Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h).
Diffstat (limited to 'src/charon/processing/scheduler.c')
-rw-r--r-- | src/charon/processing/scheduler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/processing/scheduler.c b/src/charon/processing/scheduler.c index d09b384c3..36ccb1468 100644 --- a/src/charon/processing/scheduler.c +++ b/src/charon/processing/scheduler.c @@ -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 |