diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-23 10:00:25 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-23 10:00:25 +0000 |
commit | 867952ad2a14af55fcd0765f61095ae80dc1b88f (patch) | |
tree | b67b71bcec4b6a5e89b26269247433be87e06cc9 /Source/charon/daemon.c | |
parent | 4a962238848168cba23363854be971b17e04aa92 (diff) | |
download | strongswan-867952ad2a14af55fcd0765f61095ae80dc1b88f.tar.bz2 strongswan-867952ad2a14af55fcd0765f61095ae80dc1b88f.tar.xz |
- created package threads
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r-- | Source/charon/daemon.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c index 277d8c6c6..d856a5dec 100644 --- a/Source/charon/daemon.c +++ b/Source/charon/daemon.c @@ -29,10 +29,10 @@ #include <types.h> #include <ike_sa_manager.h> -#include <sender.h> -#include <receiver.h> -#include <scheduler.h> -#include <thread_pool.h> +#include <threads/sender.h> +#include <threads/receiver.h> +#include <threads/scheduler.h> +#include <threads/thread_pool.h> #include <network/socket.h> #include <utils/allocator.h> #include <utils/logger_manager.h> |