mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
- includes cleaned up
This commit is contained in:
parent
0e39bf8a3b
commit
b32ea28408
@ -29,6 +29,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "event_queue.h"
|
||||
#include "linked_list.h"
|
||||
|
||||
|
||||
|
||||
|
@ -25,13 +25,13 @@
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "linked_list.h"
|
||||
#include "job_queue.h"
|
||||
#include "types.h"
|
||||
#include "job.h"
|
||||
|
||||
/**
|
||||
* @brief Event-Queue
|
||||
*
|
||||
* Despite the event-queue is based on a linked_list_t
|
||||
* Although the event-queue is based on a linked_list_t
|
||||
* all access functions are thread-save implemented
|
||||
*/
|
||||
typedef struct event_queue_s event_queue_t;
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <pluto/defs.h>
|
||||
|
||||
#include "job_queue.h"
|
||||
#include "linked_list.h"
|
||||
|
||||
/**
|
||||
* @brief Private Variables and Functions of job_queue class
|
||||
|
@ -25,12 +25,11 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "job.h"
|
||||
#include "linked_list.h"
|
||||
|
||||
/**
|
||||
* @brief Job-Queue
|
||||
*
|
||||
* Despite the job-queue is based on a linked_list_t
|
||||
* Although the job-queue is based on a linked_list_t
|
||||
* all access functions are thread-save implemented
|
||||
*/
|
||||
typedef struct job_queue_s job_queue_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user