aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 88d08fb72..88df7d0da 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -439,12 +439,14 @@ struct Session;
439 * and address preferences as determined by ATS. 439 * and address preferences as determined by ATS.
440 * 440 *
441 * @param cls closure 441 * @param cls closure
442 * @param address suggested address (including peer identity of the peer) 442 * @param peer for which we suggest an address, NULL if ATS connection died
443 * @param address suggested address (including peer identity of the peer),
444 * may be NULL to signal disconnect from peer
443 * @param session session to use, NULL to establish a new outgoing session 445 * @param session session to use, NULL to establish a new outgoing session
444 * @param bandwidth_out assigned outbound bandwidth for the connection, 446 * @param bandwidth_out assigned outbound bandwidth for the connection,
445 * 0 to disconnect 447 * 0 to signal disconnect
446 * @param bandwidth_in assigned inbound bandwidth for the connection, 448 * @param bandwidth_in assigned inbound bandwidth for the connection,
447 * 0 to disconnect 449 * 0 to signal disconnect
448 */ 450 */
449typedef void 451typedef void
450(*GNUNET_ATS_AddressSuggestionCallback) (void *cls, 452(*GNUNET_ATS_AddressSuggestionCallback) (void *cls,