gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 11/164: Fixed bug in perfomance forking


From: gnunet
Subject: [gnunet] 11/164: Fixed bug in perfomance forking
Date: Fri, 30 Jul 2021 15:31:17 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 01dfb9acbeec0b174f7d28e7d40fe788a1534840
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Sat Apr 3 22:14:48 2021 +0200

    Fixed bug in perfomance forking
---
 src/setu/perf_setu_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index e40170cd3..0d5b8b7ea 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -428,7 +428,7 @@ static void run_petf_thread(int total_runs) {
             if(processed >= total_runs) break;
 
             if ((child_pid = fork()) == 0) {
-                //perf_thread();
+                perf_thread();
                 exit(0);
             }
             processed += 1;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]