From: xrs Date: Sat, 29 Feb 2020 14:54:52 +0000 (+0100) Subject: add request for peer information X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29171c64abcba21ae53b5b5057ba01d77c83cc6e;p=oweals%2Fgnunet.git add request for peer information --- 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 @@ #define CONFIG "test_cadet.conf" #define TESTPROGAM_NAME "test-cadet-channel-resumption" +/** + * Structure for storing information of testbed peers. + */ +struct testbed_peers +{ + /** + * Index of the peer. + */ + int index; + + /** + * Peer Identity. + */ + struct GNUNET_PeerIdentity id; +} testbed_peers[2]; + /****************************** TEST LOGIC ********************************/ static int kx_initiator;