aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-03 11:34:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-03 11:34:36 +0000
commite71c17ad3aebd7a8f444a08744288dec1415980c (patch)
tree51e7f3781f95e9afd22ba49e15b730f8f711464a /src/include/gnunet_container_lib.h
parent1e7bd3002f10aef6bd760e7caf13fb22a5f06345 (diff)
downloadgnunet-e71c17ad3aebd7a8f444a08744288dec1415980c.tar.gz
gnunet-e71c17ad3aebd7a8f444a08744288dec1415980c.zip
-improve indentation, reduce duplication of PIDs in core's neighbour map
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).