aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/container_heap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/container_heap.c b/src/util/container_heap.c
index 1bb7d5790..78881d808 100644
--- a/src/util/container_heap.c
+++ b/src/util/container_heap.c
@@ -267,6 +267,7 @@ GNUNET_CONTAINER_heap_walk_get_next (struct GNUNET_CONTAINER_Heap *heap)
267 * Insert the given node 'node' into the subtree starting 267 * Insert the given node 'node' into the subtree starting
268 * at 'pos' (while keeping the tree somewhat balanced). 268 * at 'pos' (while keeping the tree somewhat balanced).
269 * 269 *
270 * @param heap heap to modify
270 * @param pos existing tree 271 * @param pos existing tree
271 * @param node node to insert (which may be a subtree itself) 272 * @param node node to insert (which may be a subtree itself)
272 */ 273 */