aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_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_stream_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_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index ece60c033..65e247ece 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -403,9 +403,9 @@ GNUNET_STREAM_read_cancel (struct GNUNET_STREAM_ReadHandle *rh);
403 * @param error_handler callback for errors 403 * @param error_handler callback for errors
404 * @return the message queue for the socket 404 * @return the message queue for the socket
405 */ 405 */
406struct GNUNET_MQ_MessageQueue * 406struct GNUNET_MQ_Handle *
407GNUNET_STREAM_mq_create (struct GNUNET_STREAM_Socket *socket, 407GNUNET_STREAM_mq_create (struct GNUNET_STREAM_Socket *socket,
408 const struct GNUNET_MQ_Handler *msg_handlers, 408 const struct GNUNET_MQ_MessageHandler *msg_handlers,
409 GNUNET_MQ_ErrorHandler error_handler, 409 GNUNET_MQ_ErrorHandler error_handler,
410 void *cls); 410 void *cls);
411 411