aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-service-dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dv/gnunet-service-dv.c')
-rw-r--r--src/dv/gnunet-service-dv.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index 2ddd99197..bd0057ab4 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -398,11 +398,9 @@ static int in_shutdown;
398 * 398 *
399 * @param cls the 'struct DirectNeighbor' of the peer we're building 399 * @param cls the 'struct DirectNeighbor' of the peer we're building
400 * a routing consensus with 400 * a routing consensus with
401 * @param tc scheduler context
402 */ 401 */
403static void 402static void
404initiate_set_union (void *cls, 403initiate_set_union (void *cls);
405 const struct GNUNET_SCHEDULER_TaskContext *tc);
406 404
407 405
408/** 406/**
@@ -1132,11 +1130,9 @@ refresh_routes (void *cls,
1132 * Task to run #refresh_routes() on all direct neighbours. 1130 * Task to run #refresh_routes() on all direct neighbours.
1133 * 1131 *
1134 * @param cls NULL 1132 * @param cls NULL
1135 * @param tc unused
1136 */ 1133 */
1137static void 1134static void
1138refresh_routes_task (void *cls, 1135refresh_routes_task (void *cls)
1139 const struct GNUNET_SCHEDULER_TaskContext *tc)
1140{ 1136{
1141 rr_task = NULL; 1137 rr_task = NULL;
1142 GNUNET_CONTAINER_multipeermap_iterate (direct_neighbors, 1138 GNUNET_CONTAINER_multipeermap_iterate (direct_neighbors,
@@ -1692,11 +1688,9 @@ listen_set_union (void *cls,
1692 * 1688 *
1693 * @param cls the `struct DirectNeighbor *` of the peer we're building 1689 * @param cls the `struct DirectNeighbor *` of the peer we're building
1694 * a routing consensus with 1690 * a routing consensus with
1695 * @param tc scheduler context
1696 */ 1691 */
1697static void 1692static void
1698initiate_set_union (void *cls, 1693initiate_set_union (void *cls)
1699 const struct GNUNET_SCHEDULER_TaskContext *tc)
1700{ 1694{
1701 struct DirectNeighbor *neighbor = cls; 1695 struct DirectNeighbor *neighbor = cls;
1702 1696
@@ -2082,11 +2076,9 @@ free_direct_neighbors (void *cls,
2082 * Task run during shutdown. 2076 * Task run during shutdown.
2083 * 2077 *
2084 * @param cls unused 2078 * @param cls unused
2085 * @param tc unused
2086 */ 2079 */
2087static void 2080static void
2088shutdown_task (void *cls, 2081shutdown_task (void *cls)
2089 const struct GNUNET_SCHEDULER_TaskContext *tc)
2090{ 2082{
2091 unsigned int i; 2083 unsigned int i;
2092 2084