aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 15:22:16 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 15:22:16 +0000
commit4a86cb2b78634385c8819f8b9b996aaefe6bf780 (patch)
tree56076cd6e7d1f7cace7a988f690826399444bc90 /src/ats/plugin_ats_mlp.c
parent23818fb1b0be92a7c840fbc24eb6c4efa44b98cd (diff)
downloadgnunet-4a86cb2b78634385c8819f8b9b996aaefe6bf780.tar.gz
gnunet-4a86cb2b78634385c8819f8b9b996aaefe6bf780.zip
-clarify 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 ec53e7438..f2f961f7e 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -2032,7 +2032,7 @@ get_peer_pref_value (struct GAS_MLP_Handle *mlp,
2032 const struct GNUNET_PeerIdentity *peer) 2032 const struct GNUNET_PeerIdentity *peer)
2033{ 2033{
2034 double res; 2034 double res;
2035 const double *preferences = NULL; 2035 const double *preferences;
2036 int c; 2036 int c;
2037 2037
2038 preferences = mlp->env->get_preferences (mlp->env->cls, peer); 2038 preferences = mlp->env->get_preferences (mlp->env->cls, peer);