mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-22 00:01:45 -05:00
- job.h and job.c moved to directory jobs
This commit is contained in:
parent
5dee5e68c5
commit
2b3183835a
@ -24,7 +24,7 @@
|
||||
|
||||
#include "job.h"
|
||||
|
||||
#include "utils/allocator.h"
|
||||
#include "../utils/allocator.h"
|
||||
|
||||
mapping_t job_type_m[] = {
|
||||
{INCOMING_PACKET, "INCOMING_PACKET"},
|
||||
@ -23,8 +23,8 @@
|
||||
#ifndef JOB_H_
|
||||
#define JOB_H_
|
||||
|
||||
#include "types.h"
|
||||
#include "definitions.h"
|
||||
#include "../types.h"
|
||||
#include "../definitions.h"
|
||||
|
||||
/**
|
||||
* Type of Jobs in Job-Queue
|
||||
@ -26,7 +26,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "../types.h"
|
||||
#include "../job.h"
|
||||
#include "../jobs/job.h"
|
||||
|
||||
/**
|
||||
* @brief Event-Queue used to store timed events.
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#define JOB_QUEUE_H_
|
||||
|
||||
#include "../types.h"
|
||||
#include "../job.h"
|
||||
#include "../jobs/job.h"
|
||||
|
||||
/**
|
||||
* @brief Job-Queue
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
#include "receiver.h"
|
||||
|
||||
#include "job.h"
|
||||
#include "jobs/job.h"
|
||||
#include "socket.h"
|
||||
#include "packet.h"
|
||||
#include "globals.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user