- global objects are defined in globals.h
This commit is contained in:
@@ -23,16 +23,13 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "sender_test.h"
|
#include "sender_test.h"
|
||||||
|
#include "../globals.h"
|
||||||
#include "../sender.h"
|
#include "../sender.h"
|
||||||
#include "../packet.h"
|
#include "../packet.h"
|
||||||
#include "../socket.h"
|
#include "../socket.h"
|
||||||
#include "../send_queue.h"
|
#include "../send_queue.h"
|
||||||
#include "../job_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
|
* Number of packets to send by sender-thread
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user