- global objects are defined in globals

This commit is contained in:
Jan Hutter
2005-11-07 13:12:26 +00:00
parent 6962f6c92f
commit c5a6681c42
3 changed files with 43 additions and 13 deletions
+2 -4
View File
@@ -1,5 +1,5 @@
/**
* @file sender.d
* @file sender.c
*
* @brief Implements the Sender Thread encapsulated in the sender_t-object
*
@@ -30,10 +30,8 @@
#include "socket.h"
#include "packet.h"
#include "send_queue.h"
#include "globals.h"
extern send_queue_t *global_send_queue;
extern socket_t *global_socket;
/**
* Private data of a sender object
*/