aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
commit61787bfa37e0ac5998e01d9c4806600033c19c74 (patch)
tree1ceb843f63aa076682ebfa2de2250dc32ee65004 /src/include/gnunet_ats_plugin.h
parent4a3be482811fe8ed1502fea2c12a8449b560a99e (diff)
downloadgnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.tar.gz
gnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.zip
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
Diffstat (limited to 'src/include/gnunet_ats_plugin.h')
-rw-r--r--src/include/gnunet_ats_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_ats_plugin.h b/src/include/gnunet_ats_plugin.h
index d414d5f4c..16711c852 100644
--- a/src/include/gnunet_ats_plugin.h
+++ b/src/include/gnunet_ats_plugin.h
@@ -467,13 +467,13 @@ struct GNUNET_ATS_PluginEnvironment
467 * Array of configured outbound quotas 467 * Array of configured outbound quotas
468 * Order according to networks in network array 468 * Order according to networks in network array
469 */ 469 */
470 unsigned long long out_quota[GNUNET_ATS_NetworkTypeCount]; 470 unsigned long long out_quota[GNUNET_NT_COUNT];
471 471
472 /** 472 /**
473 * Array of configured inbound quotas 473 * Array of configured inbound quotas
474 * Order according to networks in network array 474 * Order according to networks in network array
475 */ 475 */
476 unsigned long long in_quota[GNUNET_ATS_NetworkTypeCount]; 476 unsigned long long in_quota[GNUNET_NT_COUNT];
477}; 477};
478 478
479#endif 479#endif