aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats-solver_proportional.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats-solver_proportional.c')
-rw-r--r--src/ats/gnunet-service-ats-solver_proportional.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats-solver_proportional.c b/src/ats/gnunet-service-ats-solver_proportional.c
index e9a553ad6..db9fcff85 100644
--- a/src/ats/gnunet-service-ats-solver_proportional.c
+++ b/src/ats/gnunet-service-ats-solver_proportional.c
@@ -576,7 +576,7 @@ find_property_index (uint32_t type)
576 * @return GNUNET_OK (continue to iterate) 576 * @return GNUNET_OK (continue to iterate)
577 */ 577 */
578static int 578static int
579find_best_address_it (void *cls, 579find_best_address_it (void *cls,
580 const struct GNUNET_PeerIdentity *key, 580 const struct GNUNET_PeerIdentity *key,
581 void *value) 581 void *value)
582{ 582{
@@ -721,7 +721,7 @@ get_network (struct GAS_PROPORTIONAL_Handle *s, uint32_t type)
721 * @return #GNUNET_NO on double active address else #GNUNET_YES; 721 * @return #GNUNET_NO on double active address else #GNUNET_YES;
722 */ 722 */
723static int 723static int
724get_active_address_it (void *cls, 724get_active_address_it (void *cls,
725 const struct GNUNET_PeerIdentity *key, 725 const struct GNUNET_PeerIdentity *key,
726 void *value) 726 void *value)
727{ 727{