gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: gently terminating


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: gently terminating the twister.
Date: Thu, 22 Mar 2018 20:04:03 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 96a4aef  gently terminating the twister.
96a4aef is described below

commit 96a4aefcfdc53641760f458c3faaa593590f95ed
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 22 20:03:43 2018 +0100

    gently terminating the twister.
---
 src/bank-lib/test_bank_api_twisted.c               | 2 +-
 src/bank-lib/test_bank_api_with_fakebank_twisted.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/test_bank_api_twisted.c 
b/src/bank-lib/test_bank_api_twisted.c
index fdc7349..b11ccfd 100644
--- a/src/bank-lib/test_bank_api_twisted.c
+++ b/src/bank-lib/test_bank_api_twisted.c
@@ -108,7 +108,7 @@ run (void *cls,
 static void
 purge_process (struct GNUNET_OS_Process *process)
 {
-  GNUNET_OS_process_kill (process, SIGKILL);
+  GNUNET_OS_process_kill (process, SIGINT);
   GNUNET_OS_process_wait (process);
   GNUNET_OS_process_destroy (process);
 }
diff --git a/src/bank-lib/test_bank_api_with_fakebank_twisted.c 
b/src/bank-lib/test_bank_api_with_fakebank_twisted.c
index 4eef827..6465c03 100644
--- a/src/bank-lib/test_bank_api_with_fakebank_twisted.c
+++ b/src/bank-lib/test_bank_api_with_fakebank_twisted.c
@@ -105,7 +105,7 @@ run (void *cls,
 static void
 purge_process (struct GNUNET_OS_Process *process)
 {
-  GNUNET_OS_process_kill (process, SIGKILL);
+  GNUNET_OS_process_kill (process, SIGINT);
   GNUNET_OS_process_wait (process);
   GNUNET_OS_process_destroy (process);
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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