aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_core.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/gnunet-service-cadet_core.c
parentdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (diff)
downloadgnunet-763b8f71ba69bb6658461f8205804286d36543c1.tar.gz
gnunet-763b8f71ba69bb6658461f8205804286d36543c1.zip
-DOC: Documentation cleanup pass through CADET subsystem
Diffstat (limited to 'src/cadet/gnunet-service-cadet_core.c')
-rw-r--r--src/cadet/gnunet-service-cadet_core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cadet/gnunet-service-cadet_core.c b/src/cadet/gnunet-service-cadet_core.c
index bff7632da..68f7405c3 100644
--- a/src/cadet/gnunet-service-cadet_core.c
+++ b/src/cadet/gnunet-service-cadet_core.c
@@ -612,10 +612,10 @@ timeout_cb (void *cls)
612 * later if the connection ever goes down. 612 * later if the connection ever goes down.
613 * 613 *
614 * @param cls the `struct RouteDirection` 614 * @param cls the `struct RouteDirection`
615 * @param available #GNUNET_YES if sending is now possible, 615 * @param ready #GNUNET_YES if sending is now possible,
616 * #GNUNET_NO if sending is no longer possible 616 * #GNUNET_NO if sending is no longer possible
617 * #GNUNET_SYSERR if sending is no longer possible 617 * #GNUNET_SYSERR if sending is no longer possible
618 * and the last envelope was discarded 618 * and the last envelope was discarded
619 */ 619 */
620static void 620static void
621dir_ready_cb (void *cls, int ready) 621dir_ready_cb (void *cls, int ready)