aboutsummaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index c44fbbfbd..8456018ab 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3139,8 +3139,7 @@ free_iterate (void *cls,
3139 * @param tc scheduler context 3139 * @param tc scheduler context
3140 */ 3140 */
3141static void 3141static void
3142dummy_task (void *cls, 3142dummy_task (void *cls)
3143 const struct GNUNET_SCHEDULER_TaskContext *tc)
3144{ 3143{
3145 /* just terminate */ 3144 /* just terminate */
3146} 3145}
@@ -3153,8 +3152,7 @@ dummy_task (void *cls,
3153 * @param tc scheduler context 3152 * @param tc scheduler context
3154 */ 3153 */
3155static void 3154static void
3156cleanup (void *cls, 3155cleanup (void *cls)
3157 const struct GNUNET_SCHEDULER_TaskContext *tc)
3158{ 3156{
3159 unsigned int i; 3157 unsigned int i;
3160 3158
@@ -3428,11 +3426,9 @@ read_service_conf (void *cls,
3428 * DHT. This task is run periodically to do the DHT PUT. 3426 * DHT. This task is run periodically to do the DHT PUT.
3429 * 3427 *
3430 * @param cls closure 3428 * @param cls closure
3431 * @param tc scheduler context
3432 */ 3429 */
3433static void 3430static void
3434do_dht_put (void *cls, 3431do_dht_put (void *cls);
3435 const struct GNUNET_SCHEDULER_TaskContext *tc);
3436 3432
3437 3433
3438/** 3434/**
@@ -3458,11 +3454,9 @@ dht_put_cont (void *cls,
3458 * DHT. This task is run periodically to do the DHT PUT. 3454 * DHT. This task is run periodically to do the DHT PUT.
3459 * 3455 *
3460 * @param cls closure 3456 * @param cls closure
3461 * @param tc scheduler context
3462 */ 3457 */
3463static void 3458static void
3464do_dht_put (void *cls, 3459do_dht_put (void *cls)
3465 const struct GNUNET_SCHEDULER_TaskContext *tc)
3466{ 3460{
3467 struct GNUNET_TIME_Absolute expiration; 3461 struct GNUNET_TIME_Absolute expiration;
3468 3462