strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c2c28
)
- global objects are defined in globals.h
author
Jan Hutter
<jhutter@hsr.ch>
Mon, 7 Nov 2005 14:04:50 +0000
(14:04 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Mon, 7 Nov 2005 14:04:50 +0000
(14:04 -0000)
Source/charon/tests/sender_test.c
patch
|
blob
|
history
diff --git
a/Source/charon/tests/sender_test.c
b/Source/charon/tests/sender_test.c
index
d9974ad
..
580320b
100644
(file)
--- 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
*/