Moved packet_t to libstrongswan

This commit is contained in:
Tobias Brunner
2012-08-08 15:41:02 +02:00
parent 3320b87a62
commit 5764a9b355
13 changed files with 43 additions and 54 deletions
+1 -1
View File
@@ -22,12 +22,12 @@
#include <daemon.h>
#include <network/socket.h>
#include <network/packet.h>
#include <processing/jobs/job.h>
#include <processing/jobs/process_message_job.h>
#include <processing/jobs/callback_job.h>
#include <crypto/hashers/hasher.h>
#include <threading/mutex.h>
#include <utils/packet.h>
/** lifetime of a cookie, in seconds */
#define COOKIE_LIFETIME 10