aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-16 09:34:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-16 09:34:22 +0000
commitc1d89ed3cf92fa2492a5639e725aadd74742f135 (patch)
tree2c3b364f98947d36151e148eba8978f98b960da4 /src/ats/gnunet-service-ats_addresses.h
parentc345e101fd271feb03c311d0ec1837fc6cf179f3 (diff)
downloadgnunet-c1d89ed3cf92fa2492a5639e725aadd74742f135.tar.gz
gnunet-c1d89ed3cf92fa2492a5639e725aadd74742f135.zip
do not use session_id in GAS_performance_notify_all_clients, needs to be 'active'; also indentation/doxygen
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index 7ed609eaf..d6e8b0e10 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -287,6 +287,7 @@ struct GAS_NormalizationInfo
287 double norm; 287 double norm;
288}; 288};
289 289
290
290/** 291/**
291 * Address with additional information 292 * Address with additional information
292 */ 293 */
@@ -308,7 +309,7 @@ struct ATS_Address
308 struct GNUNET_PeerIdentity peer; 309 struct GNUNET_PeerIdentity peer;
309 310
310 /** 311 /**
311 * Session ID, 0 if no session is given 312 * Session ID, can be 0
312 */ 313 */
313 uint32_t session_id; 314 uint32_t session_id;
314 315
@@ -433,7 +434,7 @@ GAS_addresses_done (struct GAS_Addresses_Handle *handle);
433 * @param plugin_addr plugin address 434 * @param plugin_addr plugin address
434 * @param plugin_addr_len length of the plugin address 435 * @param plugin_addr_len length of the plugin address
435 * @param local_address_info the local address for the address 436 * @param local_address_info the local address for the address
436 * @param session_id session id, can be 0 437 * @param session_id session id, can be 0.
437 * @param atsi performance information for this address 438 * @param atsi performance information for this address
438 * @param atsi_count number of performance information contained in @a atsi 439 * @param atsi_count number of performance information contained in @a atsi
439 */ 440 */