diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-04 12:45:29 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-04 12:45:29 +0000 |
commit | f2ee13a7e844c5b107137ca21136684c610f2864 (patch) | |
tree | f90e948f8ad1f356c1d326ba8c302aace5cb6e98 /Source/charon/daemon.h | |
parent | efadbf79e9c864578bfd1277d824e69b2989aac5 (diff) | |
download | strongswan-f2ee13a7e844c5b107137ca21136684c610f2864.tar.bz2 strongswan-f2ee13a7e844c5b107137ca21136684c610f2864.tar.xz |
- improved strokeing
- down connection
- status
- some other tweaks
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index 421dbd16a..a64845e4e 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -28,7 +28,7 @@ #include <threads/scheduler.h> #include <threads/kernel_interface.h> #include <threads/thread_pool.h> -#include <threads/stroke.h> +#include <threads/stroke_interface.h> #include <network/socket.h> #include <sa/ike_sa_manager.h> #include <queues/send_queue.h> |