From 6e3ca264f69ea03520c5855161d1c8487c1e4e01 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Tue, 8 Dec 2020 10:47:51 +0100 Subject: - added testing logic for backchannel and rekey tests. Fixed bugs for rekey logic. --- src/transport/transport-testing2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/transport/transport-testing2.h') 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 @@ -194,6 +194,11 @@ struct GNUNET_TRANSPORT_TESTING_TransportCommunicatorHandle */ struct GNUNET_OS_Process *nat_proc; + /** + * statistics service process + */ + struct GNUNET_OS_Process *statistics_proc; + /** * resolver service process */ -- cgit v1.2.3