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, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 618eab0a6..9317ace43 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -25,7 +25,7 @@
25 * 25 *
26 * TODO: 26 * TODO:
27 * - move GNUNET_TRANSPORT_ATS* in here and rename... 27 * - move GNUNET_TRANSPORT_ATS* in here and rename...
28 * - extend API to express communication preferences to ATS 28 * - extend API to express communication preferences to ATS
29 * (to be called DIRECTLY from apps, not from transport/core!) 29 * (to be called DIRECTLY from apps, not from transport/core!)
30 */ 30 */
31#ifndef GNUNET_ATS_SERVICE_H 31#ifndef GNUNET_ATS_SERVICE_H
@@ -47,7 +47,7 @@ struct GNUNET_ATS_Handle;
47 * Signature of a function called by ATS to notify the callee that the 47 * Signature of a function called by ATS to notify the callee that the
48 * assigned bandwidth or address for a given peer was changed. If the 48 * assigned bandwidth or address for a given peer was changed. If the
49 * callback is called with address/bandwidth assignments of zero, the 49 * callback is called with address/bandwidth assignments of zero, the
50 * ATS disconnect function will still be called once the disconnect 50 * ATS disconnect function will still be called once the disconnect
51 * actually happened. 51 * actually happened.
52 * 52 *
53 * @param cls closure 53 * @param cls closure
@@ -99,7 +99,7 @@ GNUNET_ATS_shutdown (struct GNUNET_ATS_Handle *atc);
99 99
100 100
101/** 101/**
102 * Signature of a function that takes an address suggestion 102 * Signature of a function that takes an address suggestion
103 * 103 *
104 * @param cls closure 104 * @param cls closure
105 * @param peer identity of the new peer 105 * @param peer identity of the new peer
@@ -117,7 +117,7 @@ typedef void (*GNUNET_ATS_AddressSuggestionCallback) (void *cls,
117 const char *plugin_name, 117 const char *plugin_name,
118 const void *plugin_addr, 118 const void *plugin_addr,
119 size_t plugin_addr_len, 119 size_t plugin_addr_len,
120 struct Session *session, 120 struct Session * session,
121 struct 121 struct
122 GNUNET_BANDWIDTH_Value32NBO 122 GNUNET_BANDWIDTH_Value32NBO
123 bandwidth, 123 bandwidth,