aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:46:19 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commit763b8f71ba69bb6658461f8205804286d36543c1 (patch)
tree79be16b523aaac540132265fb50d6dd572de09df /src/cadet/cadet_api.c
parentdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (diff)
downloadgnunet-763b8f71ba69bb6658461f8205804286d36543c1.tar.gz
gnunet-763b8f71ba69bb6658461f8205804286d36543c1.zip
-DOC: Documentation cleanup pass through CADET subsystem
Diffstat (limited to 'src/cadet/cadet_api.c')
-rw-r--r--src/cadet/cadet_api.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 00c3d2e48..0bfb01868 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -198,7 +198,6 @@ create_channel (struct GNUNET_CADET_Handle *h,
198 * - Frees all memory used 198 * - Frees all memory used
199 * 199 *
200 * @param ch Pointer to the channel. 200 * @param ch Pointer to the channel.
201 * @param call_cleaner Whether to call the cleaner handler.
202 */ 201 */
203static void 202static void
204destroy_channel (struct GNUNET_CADET_Channel *ch) 203destroy_channel (struct GNUNET_CADET_Channel *ch)
@@ -461,7 +460,7 @@ cadet_mq_cancel_impl (struct GNUNET_MQ_Handle *mq, void *impl_state)
461/** 460/**
462 * Process the new channel notification and add it to the channels in the handle 461 * Process the new channel notification and add it to the channels in the handle
463 * 462 *
464 * @param h The cadet handle 463 * @param cls The cadet handle
465 * @param msg A message with the details of the new incoming channel 464 * @param msg A message with the details of the new incoming channel
466 */ 465 */
467static void 466static void
@@ -529,7 +528,7 @@ handle_channel_created (
529/** 528/**
530 * Process the channel destroy notification and free associated resources 529 * Process the channel destroy notification and free associated resources
531 * 530 *
532 * @param h The cadet handle 531 * @param cls The cadet handle
533 * @param msg A message with the details of the channel being destroyed 532 * @param msg A message with the details of the channel being destroyed
534 */ 533 */
535static void 534static void
@@ -582,7 +581,7 @@ check_local_data (void *cls, const struct GNUNET_CADET_LocalData *message)
582/** 581/**
583 * Process the incoming data packets, call appropriate handlers. 582 * Process the incoming data packets, call appropriate handlers.
584 * 583 *
585 * @param h The cadet handle 584 * @param cls The cadet handle
586 * @param message A message encapsulating the data 585 * @param message A message encapsulating the data
587 */ 586 */
588static void 587static void
@@ -620,7 +619,7 @@ handle_local_data (void *cls, const struct GNUNET_CADET_LocalData *message)
620 * Process a local ACK message, enabling the client to send 619 * Process a local ACK message, enabling the client to send
621 * more data to the service. 620 * more data to the service.
622 * 621 *
623 * @param h Cadet handle. 622 * @param cls Cadet handle.
624 * @param message Message itself. 623 * @param message Message itself.
625 */ 624 */
626static void 625static void