aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-21 10:56:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-21 10:56:28 +0000
commitd4afc6e37a14fe3257263c377a243c1a22ed9ee5 (patch)
treeccfce6d4f92808372d3e7ebfe9f5372e9f21f50c /src/ats/plugin_ats_mlp.c
parent60d02b5b0899f454cb65408bd2ed4c453fa75a3d (diff)
downloadgnunet-d4afc6e37a14fe3257263c377a243c1a22ed9ee5.tar.gz
gnunet-d4afc6e37a14fe3257263c377a243c1a22ed9ee5.zip
migrating more services to new service API
Diffstat (limited to 'src/ats/plugin_ats_mlp.c')
-rw-r--r--src/ats/plugin_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c
index e6a790377..90f99cb5d 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -2281,7 +2281,7 @@ GAS_mlp_address_change_preference (void *solver,
2281 */ 2281 */
2282static void 2282static void
2283GAS_mlp_address_preference_feedback (void *solver, 2283GAS_mlp_address_preference_feedback (void *solver,
2284 struct GNUNET_SERVER_Client *application, 2284 struct GNUNET_SERVICE_Client *application,
2285 const struct GNUNET_PeerIdentity *peer, 2285 const struct GNUNET_PeerIdentity *peer,
2286 const struct GNUNET_TIME_Relative scope, 2286 const struct GNUNET_TIME_Relative scope,
2287 enum GNUNET_ATS_PreferenceKind kind, 2287 enum GNUNET_ATS_PreferenceKind kind,