diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 16:22:04 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 16:22:04 +0000 |
commit | 8277be60531af90687cc128df122d5d43272f1f0 (patch) | |
tree | 0edcaa553c5fa1b1e10b64a0a035934ce36ac3af /Source/charon/threads/receiver.c | |
parent | 2a1d820155c43a0675352b70b9749cc4ad284529 (diff) | |
download | strongswan-8277be60531af90687cc128df122d5d43272f1f0.tar.bz2 strongswan-8277be60531af90687cc128df122d5d43272f1f0.tar.xz |
- moved algorithm definitions from payloads to corresponding transforms
- cleanup of docs in transforms
Diffstat (limited to 'Source/charon/threads/receiver.c')
-rw-r--r-- | Source/charon/threads/receiver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/threads/receiver.c b/Source/charon/threads/receiver.c index b042c402d..da751dca9 100644 --- a/Source/charon/threads/receiver.c +++ b/Source/charon/threads/receiver.c @@ -30,6 +30,7 @@ #include <network/packet.h> #include <queues/job_queue.h> #include <queues/jobs/job.h> +#include <queues/jobs/incoming_packet_job.h> #include <utils/allocator.h> #include <utils/logger_manager.h> |