From 37b6710fcbbc07888b0cbdc2d24f73579cb71ab9 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 3 Apr 2013 14:22:33 +0000 Subject: docu fix --- src/include/gnunet_ats_service.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 * (key,value)-pairs. * * Cost are always stored in uint32_t, so all units used to define costs - * have to be normalized to fit in uint32_t [0 .. 4.294.967.295] + * have to be normalized to fit in uint32_t [0 .. UINT32_MAX-1] + * + * UINT32_MAX is reserved for uninitialized values GNUNET_ATS_VALUE_UNDEFINED */ enum GNUNET_ATS_Property { -- cgit v1.2.3