aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-09-13 18:37:32 +0200
committert3sserakt <t3ss@posteo.de>2021-09-13 18:37:32 +0200
commitc01e846f9af440e6ee57531715e6fc6c383ad374 (patch)
tree79d0dbc35db85d70dcd5090f0698f4f3fad0486a /src
parent72d77af5270ba1dabe6fa8c45009601b44d23b7b (diff)
downloadgnunet-c01e846f9af440e6ee57531715e6fc6c383ad374.tar.gz
gnunet-c01e846f9af440e6ee57531715e6fc6c383ad374.zip
- fixed linker error
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_api_cmd_netjail_stop_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_netjail_stop_v2.c b/src/testing/testing_api_cmd_netjail_stop_v2.c
index 1d13407d7..8c1f3cedd 100644
--- a/src/testing/testing_api_cmd_netjail_stop_v2.c
+++ b/src/testing/testing_api_cmd_netjail_stop_v2.c
@@ -31,7 +31,7 @@
31#define NETJAIL_STOP_SCRIPT "./../testing/netjail_stop_v2.sh" 31#define NETJAIL_STOP_SCRIPT "./../testing/netjail_stop_v2.sh"
32 32
33// Child Wait handle 33// Child Wait handle
34struct GNUNET_ChildWaitHandle *cwh; 34static struct GNUNET_ChildWaitHandle *cwh;
35 35
36/** 36/**
37 * Struct to hold information for callbacks. 37 * Struct to hold information for callbacks.