aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/perf_ats_solver.c')
-rw-r--r--src/ats/perf_ats_solver.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ats/perf_ats_solver.c b/src/ats/perf_ats_solver.c
index 5f10addaf..8e20f4454 100644
--- a/src/ats/perf_ats_solver.c
+++ b/src/ats/perf_ats_solver.c
@@ -530,6 +530,7 @@ perf_update_all_addresses (unsigned int cp, unsigned int ca, unsigned int
530 } 530 }
531} 531}
532 532
533
533/** 534/**
534 * Create an address for a peer 535 * Create an address for a peer
535 * 536 *
@@ -818,6 +819,7 @@ solver_info_cb (void *cls,
818 } 819 }
819} 820}
820 821
822
821/** 823/**
822 * Evaluate results for a specific iteration 824 * Evaluate results for a specific iteration
823 * 825 *
@@ -1016,7 +1018,6 @@ write_all_iterations (void)
1016 struct Result *cur_upd_res; 1018 struct Result *cur_upd_res;
1017 1019
1018 1020
1019
1020 // fprintf (stderr, "P: %u I: %u == %p \n", c_peer, c_iteration, cur_res); 1021 // fprintf (stderr, "P: %u I: %u == %p \n", c_peer, c_iteration, cur_res);
1021 cur_full_res = ph.iterations_results[c_iteration].results_array[c_peer]; 1022 cur_full_res = ph.iterations_results[c_iteration].results_array[c_peer];
1022 if (c_peer == 0) 1023 if (c_peer == 0)
@@ -1505,4 +1506,5 @@ main (int argc, char *argv[])
1505 return ret; 1506 return ret;
1506} 1507}
1507 1508
1509
1508/* end of file perf_ats_solver.c */ 1510/* end of file perf_ats_solver.c */