aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-04-03 14:22:33 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-04-03 14:22:33 +0000
commit37b6710fcbbc07888b0cbdc2d24f73579cb71ab9 (patch)
tree2e61da7890ba17fbe1e266172f38c8067f5bb27f /src
parentc2aa1e73ecc27f7a0d7eb4f119f3f2ea16542df2 (diff)
downloadgnunet-37b6710fcbbc07888b0cbdc2d24f73579cb71ab9.tar.gz
gnunet-37b6710fcbbc07888b0cbdc2d24f73579cb71ab9.zip
docu fix
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{