aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 07129fd6f..32cd09b84 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1654,11 +1654,9 @@ struct ServiceContext
1654 * Callback to be called when SCHEDULER has been started 1654 * Callback to be called when SCHEDULER has been started
1655 * 1655 *
1656 * @param cls the ServiceContext 1656 * @param cls the ServiceContext
1657 * @param tc the TaskContext
1658 */ 1657 */
1659static void 1658static void
1660service_run_main (void *cls, 1659service_run_main (void *cls)
1661 const struct GNUNET_SCHEDULER_TaskContext *tc)
1662{ 1660{
1663 struct ServiceContext *sc = cls; 1661 struct ServiceContext *sc = cls;
1664 1662