aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-06 16:42:29 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-06 16:42:29 +0000
commit3812cf28795be58bce2eabccfd8b6e004e6be291 (patch)
tree02343dbe10116e136c1ddc12d1310e2cfbe6c1ff /src/include
parentc2888e92dbdd4a5553f672cd7898fde80cf9215c (diff)
downloadgnunet-3812cf28795be58bce2eabccfd8b6e004e6be291.tar.gz
gnunet-3812cf28795be58bce2eabccfd8b6e004e6be291.zip
Fixed wrong perception about how doubly linked list work
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 26579809d..4582c1a14 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -715,6 +715,7 @@ int GNUNET_CONTAINER_multihashmap_get_multiple (const struct
715 715
716 716
717/* ******************** doubly-linked list *************** */ 717/* ******************** doubly-linked list *************** */
718/* To avoid mistakes: head->prev == tail->next == NULL */
718 719
719/** 720/**
720 * Insert an element at the head of a DLL. Assumes that head, tail and 721 * Insert an element at the head of a DLL. Assumes that head, tail and