- moved packet and socket in new network-package
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define INCOMING_PACKET_JOB_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <packet.h>
|
||||
#include <network/packet.h>
|
||||
#include <queues/jobs/job.h>
|
||||
|
||||
/**
|
||||
|
||||
@@ -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_*/
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#define SEND_QUEUE_H_
|
||||
|
||||
#include <types.h>
|
||||
#include <packet.h>
|
||||
#include <network/packet.h>
|
||||
|
||||
/**
|
||||
* @brief Send-Queue
|
||||
|
||||
Reference in New Issue
Block a user