summaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-16 21:02:14 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-16 21:02:14 +0200
commit0a327ceebd3126d4adf69916e92702fe3c7a22e2 (patch)
tree8c41e76fcd0c462c83ad491cb05d55be96ca1d08 /src/merchant-tools
parente28829955091835b7d4b15c04db242cff0accbcc (diff)
downloadmerchant-0a327ceebd3126d4adf69916e92702fe3c7a22e2.tar.gz
merchant-0a327ceebd3126d4adf69916e92702fe3c7a22e2.tar.bz2
merchant-0a327ceebd3126d4adf69916e92702fe3c7a22e2.zip
complete first draft of new SQL schema
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index dc7f933d..921102c5 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -509,7 +509,7 @@ run (void *cls,
*
* @param process process to terminate.
*/
-void
+static void
terminate_process (struct GNUNET_OS_Process *process)
{
GNUNET_OS_process_kill (process, SIGTERM);