aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multihashmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_multihashmap.c')
-rw-r--r--src/util/container_multihashmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c
index 80545176d..df6dd5704 100644
--- a/src/util/container_multihashmap.c
+++ b/src/util/container_multihashmap.c
@@ -841,7 +841,8 @@ GNUNET_CONTAINER_multihashmap_get_multiple (const struct
841/** 841/**
842 * @ingroup hashmap 842 * @ingroup hashmap
843 * Call @a it on a random value from the map, or not at all 843 * Call @a it on a random value from the map, or not at all
844 * if the map is empty. 844 * if the map is empty. Note that this function has linear
845 * complexity (in the size of the map).
845 * 846 *
846 * @param map the map 847 * @param map the map
847 * @param it function to call on a random entry 848 * @param it function to call on a random entry