aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-04-17 15:00:17 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-04-17 15:00:17 +0000
commit9dbc6c02ceb87b56baf0e84133ec50064b3ef20b (patch)
tree2136a8e969e224cb2ebcfbd761f8edd5395144e7 /src/ats
parent3b7f99a75ad2d38659a5ae30911df4cacda5ba96 (diff)
downloadgnunet-9dbc6c02ceb87b56baf0e84133ec50064b3ef20b.tar.gz
gnunet-9dbc6c02ceb87b56baf0e84133ec50064b3ef20b.zip
- doxygen
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-service-ats_addresses_mlp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_addresses_mlp.c b/src/ats/gnunet-service-ats_addresses_mlp.c
index 9f0c6c6cd..e2d5afa9d 100644
--- a/src/ats/gnunet-service-ats_addresses_mlp.c
+++ b/src/ats/gnunet-service-ats_addresses_mlp.c
@@ -818,6 +818,7 @@ struct SolveContext
818 * Solves the LP problem 818 * Solves the LP problem
819 * 819 *
820 * @param mlp the MLP Handle 820 * @param mlp the MLP Handle
821 * @param s_ctx context to return results
821 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure 822 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
822 */ 823 */
823static int 824static int
@@ -912,6 +913,7 @@ lp_solv:
912 * Solves the MLP problem 913 * Solves the MLP problem
913 * 914 *
914 * @param mlp the MLP Handle 915 * @param mlp the MLP Handle
916 * @param s_ctx context to return results
915 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure 917 * @return GNUNET_OK if could be solved, GNUNET_SYSERR on failure
916 */ 918 */
917int 919int