gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -dce


From: gnunet
Subject: [gnunet] branch master updated: -dce
Date: Fri, 08 Oct 2021 21:51:10 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0506cc074 -dce
0506cc074 is described below

commit 0506cc074484d48d38dcca9972010f981eb58727
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 8 21:50:57 2021 +0200

    -dce
---
 src/testing/testing_api_cmd_netjail_start.c    | 6 +-----
 src/testing/testing_api_cmd_netjail_start_v2.c | 3 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/testing/testing_api_cmd_netjail_start.c 
b/src/testing/testing_api_cmd_netjail_start.c
index 4b5592524..9cd84cb4f 100644
--- a/src/testing/testing_api_cmd_netjail_start.c
+++ b/src/testing/testing_api_cmd_netjail_start.c
@@ -53,11 +53,6 @@ struct NetJailState
    * The process id of the start script.
    */
   struct GNUNET_OS_Process *start_proc;
-
-  /**
-   * Flag indication if the script finished.
-   */
-  enum GNUNET_GenericReturnValue finished;
 };
 
 
@@ -110,6 +105,7 @@ child_completed_callback (void *cls,
   }
   else
   {
+    // FIXME: log status code
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Child completed with an error!\n");
     GNUNET_TESTING_async_fail (&ns->ac);
diff --git a/src/testing/testing_api_cmd_netjail_start_v2.c 
b/src/testing/testing_api_cmd_netjail_start_v2.c
index 69d5e6a45..7567c2981 100644
--- a/src/testing/testing_api_cmd_netjail_start_v2.c
+++ b/src/testing/testing_api_cmd_netjail_start_v2.c
@@ -53,9 +53,6 @@ struct NetJailState
    */
   struct GNUNET_OS_Process *start_proc;
 
-  // Flag indication if the script finished.
-  // FIXME: document 3 values
-  enum GNUNET_GenericReturnValue finished;
 };
 
 

-- 
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]