aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 4d60c8ea5..0bfd002f5 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -270,10 +270,9 @@ static struct GNUNET_SERVER_NotificationContext *monitor_nc;
270 * Task run during shutdown. 270 * Task run during shutdown.
271 * 271 *
272 * @param cls unused 272 * @param cls unused
273 * @param tc unused
274 */ 273 */
275static void 274static void
276cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 275cleanup_task (void *cls)
277{ 276{
278 struct ZoneIteration *no; 277 struct ZoneIteration *no;
279 struct NamestoreClient *nc; 278 struct NamestoreClient *nc;
@@ -1525,11 +1524,9 @@ monitor_sync (struct ZoneMonitor *zm)
1525 * Obtain the next datum during the zone monitor's zone intiial iteration. 1524 * Obtain the next datum during the zone monitor's zone intiial iteration.
1526 * 1525 *
1527 * @param cls zone monitor that does its initial iteration 1526 * @param cls zone monitor that does its initial iteration
1528 * @param tc scheduler context
1529 */ 1527 */
1530static void 1528static void
1531monitor_next (void *cls, 1529monitor_next (void *cls);
1532 const struct GNUNET_SCHEDULER_TaskContext *tc);
1533 1530
1534 1531
1535/** 1532/**
@@ -1606,11 +1603,9 @@ handle_monitor_start (void *cls,
1606 * Obtain the next datum during the zone monitor's zone intiial iteration. 1603 * Obtain the next datum during the zone monitor's zone intiial iteration.
1607 * 1604 *
1608 * @param cls zone monitor that does its initial iteration 1605 * @param cls zone monitor that does its initial iteration
1609 * @param tc scheduler context
1610 */ 1606 */
1611static void 1607static void
1612monitor_next (void *cls, 1608monitor_next (void *cls)
1613 const struct GNUNET_SCHEDULER_TaskContext *tc)
1614{ 1609{
1615 struct ZoneMonitor *zm = cls; 1610 struct ZoneMonitor *zm = cls;
1616 int ret; 1611 int ret;