From dccf4142eaac44711692c295d81e0103c8042cd2 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 8 Dec 2022 19:38:10 +0900 Subject: -more fixmes, minor const fix --- src/testing/testing_api_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index f19654029..a3a8219b3 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -479,7 +479,7 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command) enum GNUNET_GenericReturnValue -GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command) +GNUNET_TESTING_finished (const struct GNUNET_TESTING_Command *command) { struct GNUNET_TIME_Absolute now = GNUNET_TIME_absolute_get (); struct GNUNET_TIME_Relative diff = GNUNET_TIME_absolute_get_difference ( -- cgit v1.2.3