From: Bart Polot Date: Tue, 31 Jan 2017 03:17:27 +0000 (+0100) Subject: Add note for clarification X-Git-Tag: taler-0.2.1~233 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae5354d85a43830da6921a53071edfe3859e21a9;p=oweals%2Fgnunet.git Add note for clarification --- 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); * @param cls Closure from #GNUNET_CADET_open_porT. * @param channel New handle to the channel. * @param source Peer that started this channel. + * FIXME: Add port that this channel is created for, or is cls enough? + * Port cannot be closed yet, #handle_channel_create would have + * rejected it. * @return Closure for the incoming @a channel. It's given to: * - The #GNUNET_CADET_DisconnectEventHandler (given to * #GNUNET_CADET_open_porT) when the channel dies.