aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
authorBart Polot <bart.polot+voyager@gmail.com>2017-01-31 04:17:27 +0100
committerBart Polot <bart.polot+voyager@gmail.com>2017-01-31 04:17:27 +0100
commitae5354d85a43830da6921a53071edfe3859e21a9 (patch)
treefcb0bcc29a22a2d6c2d4d2871b2d22f0585a869c /src/include/gnunet_cadet_service.h
parentbc38effeecf8300b99de2f367e01c9d02fcafb78 (diff)
downloadgnunet-ae5354d85a43830da6921a53071edfe3859e21a9.tar.gz
gnunet-ae5354d85a43830da6921a53071edfe3859e21a9.zip
Add note for clarification
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-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.