- jobs moved into queues
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <jobs/job.h>
|
#include <queues/jobs/job.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Event-Queue used to store timed events.
|
* @brief Event-Queue used to store timed events.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
#define JOB_QUEUE_H_
|
#define JOB_QUEUE_H_
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <jobs/job.h>
|
#include <queues/jobs/job.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Job-Queue
|
* @brief Job-Queue
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <ike_sa_id.h>
|
#include <ike_sa_id.h>
|
||||||
#include <jobs/job.h>
|
#include <queues/jobs/job.h>
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
+1
-1
@@ -23,9 +23,9 @@
|
|||||||
#ifndef INCOMING_PACKET_JOB_H_
|
#ifndef INCOMING_PACKET_JOB_H_
|
||||||
#define INCOMING_PACKET_JOB_H_
|
#define INCOMING_PACKET_JOB_H_
|
||||||
|
|
||||||
#include <jobs/job.h>
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <packet.h>
|
#include <packet.h>
|
||||||
|
#include <queues/jobs/job.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object representing an INCOMING_PACKET Job
|
* Object representing an INCOMING_PACKET Job
|
||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
#define INITIATE_IKE_SA_JOB_H_
|
#define INITIATE_IKE_SA_JOB_H_
|
||||||
|
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <jobs/job.h>
|
#include <queues/jobs/job.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object representing an INITIATE_IKE_SA Job
|
* Object representing an INITIATE_IKE_SA Job
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
#include <socket.h>
|
#include <socket.h>
|
||||||
#include <packet.h>
|
#include <packet.h>
|
||||||
#include <globals.h>
|
#include <globals.h>
|
||||||
#include <jobs/job.h>
|
|
||||||
#include <queues/job_queue.h>
|
#include <queues/job_queue.h>
|
||||||
|
#include <queues/jobs/job.h>
|
||||||
#include <utils/allocator.h>
|
#include <utils/allocator.h>
|
||||||
#include <utils/logger_manager.h>
|
#include <utils/logger_manager.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user