aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_core.c
diff options
context:
space:
mode:
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)