aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index cfa494578..4375cdbb1 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -986,7 +986,12 @@ typedef int
986 void *value); 986 void *value);
987 987
988 988
989/**
990 * Hash map from peer identities to values.
991 */
989struct GNUNET_CONTAINER_MultiPeerMap; 992struct GNUNET_CONTAINER_MultiPeerMap;
993
994
990/** 995/**
991 * @ingroup hashmap 996 * @ingroup hashmap
992 * Create a multi peer map (hash map for public keys of peers). 997 * Create a multi peer map (hash map for public keys of peers).