aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_core_service.h
diff options
context:
space:
mode:
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 */