aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-10 17:35:49 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-10 17:35:49 +0100
commit06c0c503acd9d523d4d18eeac862222a744db2ab (patch)
treef4eb2122d1181f9dd9f71a8aa6d75b7162aef239 /src/ats-tests/ats-testing.h
parent3a5cc5d58fae009f3f46acae0d0f3aa371a201b7 (diff)
downloadgnunet-06c0c503acd9d523d4d18eeac862222a744db2ab.tar.gz
gnunet-06c0c503acd9d523d4d18eeac862222a744db2ab.zip
eliminating dead cth field
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h15
1 files changed, 5 insertions, 10 deletions
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
@@ -285,11 +285,6 @@ struct BenchmarkPartner
285 struct BenchmarkPeer *dest; 285 struct BenchmarkPeer *dest;
286 286
287 /** 287 /**
288 * Core transmit handles
289 */
290 struct GNUNET_CORE_TransmitHandle *cth;
291
292 /**
293 * Message queue handle. 288 * Message queue handle.
294 */ 289 */
295 struct GNUNET_MQ_Handle *mq; 290 struct GNUNET_MQ_Handle *mq;
@@ -335,27 +330,27 @@ struct BenchmarkPartner
335 unsigned int bytes_received; 330 unsigned int bytes_received;
336 331
337 /** 332 /**
338 * Current ATS properties 333 * Current ATS properties
339 */ 334 */
340 struct GNUNET_ATS_Properties props; 335 struct GNUNET_ATS_Properties props;
341 336
342 /** 337 /**
343 * Bandwidth assigned inbound 338 * Bandwidth assigned inbound
344 */ 339 */
345 uint32_t bandwidth_in; 340 uint32_t bandwidth_in;
346 341
347 /** 342 /**
348 * Bandwidth assigned outbound 343 * Bandwidth assigned outbound
349 */ 344 */
350 uint32_t bandwidth_out; 345 uint32_t bandwidth_out;
351 346
352 /** 347 /**
353 * Current preference values for bandwidth 348 * Current preference values for bandwidth
354 */ 349 */
355 double pref_bandwidth; 350 double pref_bandwidth;
356 351
357 /** 352 /**
358 * Current preference values for delay 353 * Current preference values for delay
359 */ 354 */
360 double pref_delay; 355 double pref_delay;
361 356