aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-06-19 10:48:54 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-06-19 10:48:54 +0000
commita900b29ddaa9ea46c731b054b5e3ef3e725b95a8 (patch)
tree52e1a9697b0abf4618cd5684359ec5f0a040898a /src/include/gnunet_container_lib.h
parent17353bc0a47c89bda205f23e7995377c9bfe7769 (diff)
downloadgnunet-a900b29ddaa9ea46c731b054b5e3ef3e725b95a8.tar.gz
gnunet-a900b29ddaa9ea46c731b054b5e3ef3e725b95a8.zip
- opaque mq structs
- mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index d52591148..1eb55a4c5 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -534,7 +534,7 @@ enum GNUNET_CONTAINER_MultiHashMapOption
534 * GNUNET_NO if not. 534 * GNUNET_NO if not.
535 */ 535 */
536typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls, 536typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls,
537 const struct GNUNET_HashCode * key, 537 const struct GNUNET_HashCode *key,
538 void *value); 538 void *value);
539 539
540 540