aboutsummaryrefslogtreecommitdiff
path: root/src/ats/libgnunet_plugin_ats_proportional.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/libgnunet_plugin_ats_proportional.c')
-rw-r--r--src/ats/libgnunet_plugin_ats_proportional.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ats/libgnunet_plugin_ats_proportional.c b/src/ats/libgnunet_plugin_ats_proportional.c
index 36a2b89a8..98e33cadf 100644
--- a/src/ats/libgnunet_plugin_ats_proportional.c
+++ b/src/ats/libgnunet_plugin_ats_proportional.c
@@ -1319,8 +1319,10 @@ GAS_proportional_address_property_changed (void *solver,
1319 address, rel_value); 1319 address, rel_value);
1320 switch (type) 1320 switch (type)
1321 { 1321 {
1322 case GNUNET_ATS_UTILIZATION_UP: 1322 case GNUNET_ATS_UTILIZATION_OUT:
1323 case GNUNET_ATS_UTILIZATION_DOWN: 1323 case GNUNET_ATS_UTILIZATION_IN:
1324 case GNUNET_ATS_UTILIZATION_PAYLOAD_IN:
1325 case GNUNET_ATS_UTILIZATION_PAYLOAD_OUT:
1324 case GNUNET_ATS_QUALITY_NET_DELAY: 1326 case GNUNET_ATS_QUALITY_NET_DELAY:
1325 case GNUNET_ATS_QUALITY_NET_DISTANCE: 1327 case GNUNET_ATS_QUALITY_NET_DISTANCE:
1326 case GNUNET_ATS_COST_WAN: 1328 case GNUNET_ATS_COST_WAN: