aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/tests
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-07 14:04:50 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-07 14:04:50 +0000
commitbb2e4212ab966df71dc7c55fabec3184e4fac095 (patch)
tree0127fc7ea882204a5b587a96dd9f399dccd04b1b /Source/charon/tests
parent36c2c2824a5ac52d04554c3233e2a45ae3403ef9 (diff)
downloadstrongswan-bb2e4212ab966df71dc7c55fabec3184e4fac095.tar.bz2
strongswan-bb2e4212ab966df71dc7c55fabec3184e4fac095.tar.xz
- global objects are defined in globals.h
Diffstat (limited to 'Source/charon/tests')
-rw-r--r--Source/charon/tests/sender_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/charon/tests/sender_test.c b/Source/charon/tests/sender_test.c
index d9974adcf..580320b94 100644
--- a/Source/charon/tests/sender_test.c
+++ b/Source/charon/tests/sender_test.c
@@ -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
*/