projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c05fb
)
setup channel
author
xrs
<xrs@mail36.net>
Sat, 29 Feb 2020 17:39:43 +0000
(18:39 +0100)
committer
xrs
<xrs@mail36.net>
Fri, 19 Jun 2020 20:48:54 +0000
(22:48 +0200)
src/cadet/test_cadeT.c
patch
|
blob
|
history
diff --git
a/src/cadet/test_cadeT.c
b/src/cadet/test_cadeT.c
index dd6c163c47149e3d1b8f05676ef1a9a853828525..0100224d65f3e718ac049f0980e32dad0734e745 100644
(file)
--- a/
src/cadet/test_cadeT.c
+++ b/
src/cadet/test_cadeT.c
@@
-79,10
+79,26
@@
struct TEST_PEERS
*/
struct GNUNET_PeerIdentity id;
+ /**
+ * Handle of TESTBED peer.
+ */
struct GNUNET_TESTBED_Peer *testbed_peer;
+ /**
+ * Testbed management is finished and test peer is ready for test logic.
+ */
int ready;
+ /**
+ * Channel of initiating peer.
+ */
+ struct GNUNET_CADET_Channel *channel;
+
+ /**
+ * CADET handle.
+ */
+ struct GNUNET_CADET_Handle *cadet;
+
} test_peers[2];