From ae5354d85a43830da6921a53071edfe3859e21a9 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 31 Jan 2017 04:17:27 +0100 Subject: [PATCH] Add note for clarification --- src/include/gnunet_cadet_service.h | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.25.1