- global objects are defined in globals.h

This commit is contained in:
Jan Hutter 2005-11-07 14:04:50 +00:00
parent 36c2c2824a
commit bb2e4212ab
1 changed files with 1 additions and 4 deletions

View File

@ -23,16 +23,13 @@
#include <string.h>
#include "sender_test.h"
#include "../globals.h"
#include "../sender.h"
#include "../packet.h"
#include "../socket.h"
#include "../send_queue.h"
#include "../job_queue.h"
extern send_queue_t *global_send_queue;
extern socket_t *global_socket;
/**
* Number of packets to send by sender-thread
*/