aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/queues/event_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/queues/event_queue.h')
-rw-r--r--Source/charon/queues/event_queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/queues/event_queue.h b/Source/charon/queues/event_queue.h
index 49f6d718f..4f3d543d6 100644
--- a/Source/charon/queues/event_queue.h
+++ b/Source/charon/queues/event_queue.h
@@ -28,15 +28,15 @@
#include <types.h>
#include <queues/jobs/job.h>
+typedef struct event_queue_t event_queue_t;
+
/**
* @brief Event-Queue used to store timed events.
*
* 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;
-
-struct event_queue_s {
+struct event_queue_t {
/**
* @brief Returns number of events in queue.