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
+4 -3
View File
@@ -26,15 +26,16 @@
#include <types.h>
#include <network/packet.h>
typedef struct send_queue_t send_queue_t;
/**
* @brief Send-Queue
*
* Although the send-queue is based on a linked_list_t
* all access functions are thread-save implemented
*/
typedef struct send_queue_s send_queue_t;
struct send_queue_s {
struct send_queue_t {
/**
* @brief returns number of packets in queue