projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11218d6
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Wed, 30 Dec 2009 17:21:14 +0000
(17:21 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 30 Dec 2009 17:21:14 +0000
(17:21 +0000)
src/util/container_heap.c
patch
|
blob
|
history
diff --git
a/src/util/container_heap.c
b/src/util/container_heap.c
index 1bb7d579007f5573737cb46a40cf92da8a30e68a..78881d8081d898aa8b67c357cc17081b7dfa0cd6 100644
(file)
--- 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)
* Insert the given node 'node' into the subtree starting
* at 'pos' (while keeping the tree somewhat balanced).
*
+ * @param heap heap to modify
* @param pos existing tree
* @param node node to insert (which may be a subtree itself)
*/