aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index 89d5ceed0..96752ae42 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -270,7 +270,7 @@ struct ATS_Address
270 char *plugin; 270 char *plugin;
271 271
272 /** 272 /**
273 * Solver specific information for this address 273 * Solver-specific information for this address
274 */ 274 */
275 void *solver_information; 275 void *solver_information;
276 276
@@ -300,7 +300,8 @@ struct ATS_Address
300 uint32_t session_id; 300 uint32_t session_id;
301 301
302 /** 302 /**
303 * Field to store local flags 303 * Field to store local flags.
304 * FIXME: `enum GNUNET_HELLO_AddressInfo`?
304 */ 305 */
305 uint32_t local_address_info; 306 uint32_t local_address_info;
306 307
@@ -335,11 +336,6 @@ struct ATS_Address
335 int active; 336 int active;
336 337
337 /** 338 /**
338 * Is this the address for this peer in use?
339 */
340 int used;
341
342 /**
343 * Normalized ATS performance information for this address 339 * Normalized ATS performance information for this address
344 * Each entry can be accessed using the GNUNET_ATS_QualityProperties avg_queue_index 340 * Each entry can be accessed using the GNUNET_ATS_QualityProperties avg_queue_index
345 */ 341 */