aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-07 18:35:13 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-07 18:35:13 +0000
commitc0ea0d12ca3fd2d3ca424d8b28532cf800d0683b (patch)
treea207d8d2d6f27aa3b5bcb20299dd7ac9ba5ce181 /src/ats/gnunet-service-ats_addresses.h
parent03ace5f308862db05c67759b533ab9bbf07b1556 (diff)
downloadgnunet-c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b.tar.gz
gnunet-c0ea0d12ca3fd2d3ca424d8b28532cf800d0683b.zip
DCE
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 */