aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_ats_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 3713949cb..e71c73e1c 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -95,7 +95,9 @@ enum GNUNET_ATS_Network_Type
95 * (key,value)-pairs. 95 * (key,value)-pairs.
96 * 96 *
97 * Cost are always stored in uint32_t, so all units used to define costs 97 * Cost are always stored in uint32_t, so all units used to define costs
98 * have to be normalized to fit in uint32_t [0 .. 4.294.967.295] 98 * have to be normalized to fit in uint32_t [0 .. UINT32_MAX-1]
99 *
100 * UINT32_MAX is reserved for uninitialized values GNUNET_ATS_VALUE_UNDEFINED
99 */ 101 */
100enum GNUNET_ATS_Property 102enum GNUNET_ATS_Property
101{ 103{