aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadeT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/test_cadeT.c')
-rw-r--r--src/cadet/test_cadeT.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cadet/test_cadeT.c b/src/cadet/test_cadeT.c
index 71170aa80..2248387a1 100644
--- a/src/cadet/test_cadeT.c
+++ b/src/cadet/test_cadeT.c
@@ -59,6 +59,22 @@
59#define CONFIG "test_cadet.conf" 59#define CONFIG "test_cadet.conf"
60#define TESTPROGAM_NAME "test-cadet-channel-resumption" 60#define TESTPROGAM_NAME "test-cadet-channel-resumption"
61 61
62/**
63 * Structure for storing information of testbed peers.
64 */
65struct testbed_peers
66{
67 /**
68 * Index of the peer.
69 */
70 int index;
71
72 /**
73 * Peer Identity.
74 */
75 struct GNUNET_PeerIdentity id;
76} testbed_peers[2];
77
62/****************************** TEST LOGIC ********************************/ 78/****************************** TEST LOGIC ********************************/
63 79
64static int kx_initiator; 80static int kx_initiator;