aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-05 19:48:15 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-05 19:48:15 +0000
commit21264a59434a5b18b4f5e85e735a2d3ec5c3c6c6 (patch)
treedb7c1187ddbba17641e0c0fcd631331803d19983 /src/ats/gnunet-service-ats_addresses.h
parent88031e0e8188e96d7ae4ce3659e6ed0d90a64f26 (diff)
downloadgnunet-21264a59434a5b18b4f5e85e735a2d3ec5c3c6c6.tar.gz
gnunet-21264a59434a5b18b4f5e85e735a2d3ec5c3c6c6.zip
cleaning up gnunet-service-ats_normalization.c
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index 31d3ac8ac..864cdec19 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -379,7 +379,7 @@ GAS_addresses_done (void);
379 * @param peer peer 379 * @param peer peer
380 * @param plugin_name transport plugin name 380 * @param plugin_name transport plugin name
381 * @param plugin_addr plugin address 381 * @param plugin_addr plugin address
382 * @param plugin_addr_len length of the plugin address 382 * @param plugin_addr_len length of the @a plugin_addr
383 * @param local_address_info the local address for the address 383 * @param local_address_info the local address for the address
384 * @param session_id session id, can never be 0. 384 * @param session_id session id, can never be 0.
385 * @param atsi performance information for this address 385 * @param atsi performance information for this address
@@ -412,7 +412,7 @@ GAS_addresses_update (const struct GNUNET_PeerIdentity *peer,
412 412
413 413
414/** 414/**
415 * Remove an address or just a session for a peer. 415 * Remove an address for a peer.
416 * 416 *
417 * @param peer peer 417 * @param peer peer
418 * @param session_id session id, can never be 0 418 * @param session_id session id, can never be 0
@@ -432,7 +432,7 @@ GAS_addresses_destroy_all (void);
432/** 432/**
433 * Iterator for #GAS_addresses_get_peer_info() 433 * Iterator for #GAS_addresses_get_peer_info()
434 * 434 *
435 * @param p_it_cls closure closure 435 * @param cls closure
436 * @param id the peer id 436 * @param id the peer id
437 * @param plugin_name plugin name 437 * @param plugin_name plugin name
438 * @param plugin_addr address 438 * @param plugin_addr address
@@ -444,7 +444,7 @@ GAS_addresses_destroy_all (void);
444 * @param bandwidth_in current inbound bandwidth assigned to address 444 * @param bandwidth_in current inbound bandwidth assigned to address
445 */ 445 */
446typedef void 446typedef void
447(*GNUNET_ATS_PeerInfo_Iterator) (void *p_it_cls, 447(*GNUNET_ATS_PeerInfo_Iterator) (void *cls,
448 const struct GNUNET_PeerIdentity *id, 448 const struct GNUNET_PeerIdentity *id,
449 const char *plugin_name, 449 const char *plugin_name,
450 const void *plugin_addr, 450 const void *plugin_addr,