From 06c0c503acd9d523d4d18eeac862222a744db2ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jan 2017 17:35:49 +0100 Subject: eliminating dead cth field --- src/ats-tests/ats-testing.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/ats-tests/ats-testing.h') diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h index de189953e..32f0b02d8 100644 --- a/src/ats-tests/ats-testing.h +++ b/src/ats-tests/ats-testing.h @@ -284,11 +284,6 @@ struct BenchmarkPartner */ struct BenchmarkPeer *dest; - /** - * Core transmit handles - */ - struct GNUNET_CORE_TransmitHandle *cth; - /** * Message queue handle. */ @@ -335,27 +330,27 @@ struct BenchmarkPartner unsigned int bytes_received; /** - * Current ATS properties + * Current ATS properties */ struct GNUNET_ATS_Properties props; /** - * Bandwidth assigned inbound + * Bandwidth assigned inbound */ uint32_t bandwidth_in; /** - * Bandwidth assigned outbound + * Bandwidth assigned outbound */ uint32_t bandwidth_out; /** - * Current preference values for bandwidth + * Current preference values for bandwidth */ double pref_bandwidth; /** - * Current preference values for delay + * Current preference values for delay */ double pref_delay; -- cgit v1.2.3