aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-25 00:30:00 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-25 00:30:00 +0000
commitd0701eb6315fc3f5aca74415bbf0ff7418409f87 (patch)
treefcacb97bbcca542ce9493001c825fd265cb8a801 /src/include/gnunet_transport_core_service.h
parent9bfb8bff3fd253407530c76c7590b33bacf033f1 (diff)
downloadgnunet-d0701eb6315fc3f5aca74415bbf0ff7418409f87.tar.gz
gnunet-d0701eb6315fc3f5aca74415bbf0ff7418409f87.zip
switching transport tests to new MQ-based transport API
Diffstat (limited to 'src/include/gnunet_transport_core_service.h')
-rw-r--r--src/include/gnunet_transport_core_service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_core_service.h b/src/include/gnunet_transport_core_service.h
index 6dada4f54..941ef27e4 100644
--- a/src/include/gnunet_transport_core_service.h
+++ b/src/include/gnunet_transport_core_service.h
@@ -60,7 +60,10 @@ struct GNUNET_TRANSPORT_CoreHandle;
60 * peer connected to us. 60 * peer connected to us.
61 * 61 *
62 * @param cls closure 62 * @param cls closure
63 * @param peer the peer that connected 63 * @param peer the identity of the peer that connected; this
64 * pointer will remain valid until the disconnect, hence
65 * applications do not necessarily have to make a copy
66 * of the value if they only need it until disconnect
64 * @param mq message queue to use to transmit to @a peer 67 * @param mq message queue to use to transmit to @a peer
65 * @return closure to use in MQ handlers 68 * @return closure to use in MQ handlers
66 */ 69 */