- moved packet and socket in new network-package

This commit is contained in:
Martin Willi
2005-11-23 09:43:14 +00:00
parent 7cf14676db
commit 716abc9f83
18 changed files with 32 additions and 32 deletions
@@ -24,7 +24,7 @@
#define INCOMING_PACKET_JOB_H_
#include <types.h>
#include <packet.h>
#include <network/packet.h>
#include <queues/jobs/job.h>
/**
-5
View File
@@ -95,10 +95,5 @@ struct job_s{
status_t (*destroy) (job_t *job);
};
#include "initiate_ike_sa_job.h"
#include "delete_ike_sa_job.h"
#include "incoming_packet_job.h"
#endif /*JOB_H_*/
+1 -1
View File
@@ -24,7 +24,7 @@
#define SEND_QUEUE_H_
#include <types.h>
#include <packet.h>
#include <network/packet.h>
/**
* @brief Send-Queue