aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_mlp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 13:19:14 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 13:19:14 +0000
commite90c4dce6fc3253c9ca69305fb4efecf8eccc62e (patch)
treecd2f56b6244436b1b5ca4a651650ffd7327359b3 /src/ats/plugin_ats_mlp.c
parentaa42cd5e2a145b6a66cdc62051b50274109cff42 (diff)
downloadgnunet-e90c4dce6fc3253c9ca69305fb4efecf8eccc62e.tar.gz
gnunet-e90c4dce6fc3253c9ca69305fb4efecf8eccc62e.zip
-rename for naming consistency
Diffstat (limited to 'src/ats/plugin_ats_mlp.c')
-rw-r--r--src/ats/plugin_ats_mlp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ats/plugin_ats_mlp.c b/src/ats/plugin_ats_mlp.c
index 152b52d15..ec53e7438 100644
--- a/src/ats/plugin_ats_mlp.c
+++ b/src/ats/plugin_ats_mlp.c
@@ -1477,8 +1477,10 @@ notify (struct GAS_MLP_Handle *mlp,
1477 enum GAS_Solver_Status stat, 1477 enum GAS_Solver_Status stat,
1478 enum GAS_Solver_Additional_Information add) 1478 enum GAS_Solver_Additional_Information add)
1479{ 1479{
1480 if (NULL != mlp->env->info_cb) 1480 mlp->env->info_cb (mlp->env->cls,
1481 mlp->env->info_cb (mlp->env->cls, op, stat, add); 1481 op,
1482 stat,
1483 add);
1482} 1484}
1483 1485
1484 1486