aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_cadet_service.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 1b3aac7c9..1434180f4 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -702,6 +702,9 @@ GC_u2h (uint32_t port);
702 * @param cls Closure from #GNUNET_CADET_open_porT. 702 * @param cls Closure from #GNUNET_CADET_open_porT.
703 * @param channel New handle to the channel. 703 * @param channel New handle to the channel.
704 * @param source Peer that started this channel. 704 * @param source Peer that started this channel.
705 * FIXME: Add port that this channel is created for, or is cls enough?
706 * Port cannot be closed yet, #handle_channel_create would have
707 * rejected it.
705 * @return Closure for the incoming @a channel. It's given to: 708 * @return Closure for the incoming @a channel. It's given to:
706 * - The #GNUNET_CADET_DisconnectEventHandler (given to 709 * - The #GNUNET_CADET_DisconnectEventHandler (given to
707 * #GNUNET_CADET_open_porT) when the channel dies. 710 * #GNUNET_CADET_open_porT) when the channel dies.