- jobs moved into queues

This commit is contained in:
Martin Willi
2005-11-23 09:34:31 +00:00
parent 021c232232
commit 7cf14676db
11 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include <sys/time.h>
#include <types.h>
#include <jobs/job.h>
#include <queues/jobs/job.h>
/**
* @brief Event-Queue used to store timed events.
+1 -1
View File
@@ -24,7 +24,7 @@
#define JOB_QUEUE_H_
#include <types.h>
#include <jobs/job.h>
#include <queues/jobs/job.h>
/**
* @brief Job-Queue
@@ -25,7 +25,7 @@
#include <types.h>
#include <ike_sa_id.h>
#include <jobs/job.h>
#include <queues/jobs/job.h>
/**
@@ -23,9 +23,9 @@
#ifndef INCOMING_PACKET_JOB_H_
#define INCOMING_PACKET_JOB_H_
#include <jobs/job.h>
#include <types.h>
#include <packet.h>
#include <queues/jobs/job.h>
/**
* Object representing an INCOMING_PACKET Job
@@ -24,7 +24,7 @@
#define INITIATE_IKE_SA_JOB_H_
#include <types.h>
#include <jobs/job.h>
#include <queues/jobs/job.h>
/**
* Object representing an INITIATE_IKE_SA Job
+1 -1
View File
@@ -28,8 +28,8 @@
#include <socket.h>
#include <packet.h>
#include <globals.h>
#include <jobs/job.h>
#include <queues/job_queue.h>
#include <queues/jobs/job.h>
#include <utils/allocator.h>
#include <utils/logger_manager.h>