aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing2.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
committert3sserakt <t3ss@posteo.de>2020-12-08 10:47:51 +0100
commit6e3ca264f69ea03520c5855161d1c8487c1e4e01 (patch)
tree5a2c0a6b1993986c9d9bf361e24dfae5f48a94a4 /src/transport/transport-testing2.h
parent97782d1a85e43d55626b150c06b6479afd8d20d6 (diff)
downloadgnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.tar.gz
gnunet-6e3ca264f69ea03520c5855161d1c8487c1e4e01.zip
- added testing logic for backchannel and rekey tests. Fixed bugs for rekey logic.
Diffstat (limited to 'src/transport/transport-testing2.h')
-rw-r--r--src/transport/transport-testing2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport-testing2.h b/src/transport/transport-testing2.h
index 04f75fc88..a95c0dfa7 100644
--- a/src/transport/transport-testing2.h
+++ b/src/transport/transport-testing2.h
@@ -195,6 +195,11 @@ struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle
195 struct GNUNET_OS_Process *nat_proc; 195 struct GNUNET_OS_Process *nat_proc;
196 196
197 /** 197 /**
198 * statistics service process
199 */
200 struct GNUNET_OS_Process *statistics_proc;
201
202 /**
198 * resolver service process 203 * resolver service process
199 */ 204 */
200 struct GNUNET_OS_Process *resolver_proc; 205 struct GNUNET_OS_Process *resolver_proc;