changed enum and structs names to _t

This commit is contained in:
Jan Hutter
2005-11-24 09:17:51 +00:00
parent 1f9c9180e4
commit 95c61cb956
45 changed files with 199 additions and 178 deletions
+3 -3
View File
@@ -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.