aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_peerstartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_peerstartup.c')
-rw-r--r--src/testing/test_testing_peerstartup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/test_testing_peerstartup.c b/src/testing/test_testing_peerstartup.c
index 9b0c53642..956788f6c 100644
--- a/src/testing/test_testing_peerstartup.c
+++ b/src/testing/test_testing_peerstartup.c
@@ -63,10 +63,9 @@ struct TestingContext
63 * Task for shutdown 63 * Task for shutdown
64 * 64 *
65 * @param cls the testing context 65 * @param cls the testing context
66 * @param tc the tast context
67 */ 66 */
68static void 67static void
69do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 68do_shutdown (void *cls)
70{ 69{
71 struct TestingContext *test_ctx = cls; 70 struct TestingContext *test_ctx = cls;
72 71