aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api_bandwidth_consumption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api_bandwidth_consumption.c')
-rw-r--r--src/ats/test_ats_api_bandwidth_consumption.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/test_ats_api_bandwidth_consumption.c b/src/ats/test_ats_api_bandwidth_consumption.c
index 5952237f4..05a3e257a 100644
--- a/src/ats/test_ats_api_bandwidth_consumption.c
+++ b/src/ats/test_ats_api_bandwidth_consumption.c
@@ -62,7 +62,7 @@ struct Address
62 void * addr; 62 void * addr;
63 size_t addr_len; 63 size_t addr_len;
64 64
65 struct GNUNET_TRANSPORT_ATS_Information * ats; 65 struct GNUNET_ATS_Information * ats;
66 int ats_count; 66 int ats_count;
67 67
68 void *session; 68 void *session;
@@ -156,7 +156,7 @@ void performance_cb (void *cls,
156 GNUNET_BANDWIDTH_Value32NBO 156 GNUNET_BANDWIDTH_Value32NBO
157 bandwidth_in, 157 bandwidth_in,
158 const struct 158 const struct
159 GNUNET_TRANSPORT_ATS_Information 159 GNUNET_ATS_Information
160 * ats, 160 * ats,
161 uint32_t ats_count) 161 uint32_t ats_count)
162{ 162{
@@ -207,7 +207,7 @@ address_suggest_cb (void *cls,
207 GNUNET_BANDWIDTH_Value32NBO 207 GNUNET_BANDWIDTH_Value32NBO
208 bandwidth_in, 208 bandwidth_in,
209 const struct 209 const struct
210 GNUNET_TRANSPORT_ATS_Information 210 GNUNET_ATS_Information
211 * ats, 211 * ats,
212 uint32_t ats_count) 212 uint32_t ats_count)
213 213