aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/ats-testing-log.c2
-rw-r--r--src/ats-tests/ats-testing.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tests/ats-testing-log.c b/src/ats-tests/ats-testing-log.c
index 3d409d53a..1099a4b36 100644
--- a/src/ats-tests/ats-testing-log.c
+++ b/src/ats-tests/ats-testing-log.c
@@ -131,7 +131,7 @@ struct PartnerLoggingTimestep
131 131
132 uint32_t ats_utilization_in; 132 uint32_t ats_utilization_in;
133 133
134 enum GNUNET_ATS_Network_Type ats_network_type; 134 enum GNUNET_NetworkType ats_network_type;
135 135
136 double pref_bandwidth; 136 double pref_bandwidth;
137 double pref_delay; 137 double pref_delay;
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index 058e29cde..967f6213d 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -850,7 +850,7 @@ main_run (void *cls,
850 /* Initialize properties */ 850 /* Initialize properties */
851 top->sps[c_s].partners[c_m].props.delay = GNUNET_TIME_UNIT_ZERO; 851 top->sps[c_s].partners[c_m].props.delay = GNUNET_TIME_UNIT_ZERO;
852 top->sps[c_s].partners[c_m].props.distance = 0; 852 top->sps[c_s].partners[c_m].props.distance = 0;
853 top->sps[c_s].partners[c_m].props.scope = GNUNET_ATS_NET_UNSPECIFIED; 853 top->sps[c_s].partners[c_m].props.scope = GNUNET_NT_UNSPECIFIED;
854 top->sps[c_s].partners[c_m].props.utilization_in = 0; 854 top->sps[c_s].partners[c_m].props.utilization_in = 0;
855 top->sps[c_s].partners[c_m].props.utilization_out = 0; 855 top->sps[c_s].partners[c_m].props.utilization_out = 0;
856 } 856 }