gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 06dc5838584b059687532f8c5832744cb3e87a1c
parent 1010de5f5d0d904b344d0e84c53cea5e29c59660
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 May 2024 16:26:50 +0200

-fix FIXMEs

Diffstat:
Msrc/include/gnunet_testing_lib.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h @@ -677,7 +677,6 @@ GNUNET_TESTING_run ( * Start a GNUnet scheduler event loop and * run the testsuite. Return 0 upon success. * Expected to be called directly from main(). - * FIXME: Why is this commands array here not const? * * @param commands the list of command to execute * @param timeout how long to wait for each command to execute