aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api_scheduling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api_scheduling.c')
-rw-r--r--src/ats/test_ats_api_scheduling.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/test_ats_api_scheduling.c b/src/ats/test_ats_api_scheduling.c
index dd4718c12..7dfd887fd 100644
--- a/src/ats/test_ats_api_scheduling.c
+++ b/src/ats/test_ats_api_scheduling.c
@@ -58,7 +58,7 @@ struct Address
58 void * addr; 58 void * addr;
59 size_t addr_len; 59 size_t addr_len;
60 60
61 struct GNUNET_TRANSPORT_ATS_Information * ats; 61 struct GNUNET_ATS_Information * ats;
62 int ats_count; 62 int ats_count;
63 63
64 void *session; 64 void *session;
@@ -73,7 +73,7 @@ struct PeerContext
73 73
74struct Address addr[2]; 74struct Address addr[2];
75struct PeerContext p[2]; 75struct PeerContext p[2];
76struct GNUNET_TRANSPORT_ATS_Information atsi[2]; 76struct GNUNET_ATS_Information atsi[2];
77 77
78static void 78static void
79stop_arm () 79stop_arm ()
@@ -133,7 +133,7 @@ address_suggest_cb (void *cls,
133 GNUNET_BANDWIDTH_Value32NBO 133 GNUNET_BANDWIDTH_Value32NBO
134 bandwidth_in, 134 bandwidth_in,
135 const struct 135 const struct
136 GNUNET_TRANSPORT_ATS_Information 136 GNUNET_ATS_Information
137 * ats, 137 * ats,
138 uint32_t ats_count) 138 uint32_t ats_count)
139 139