aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-16 21:05:11 +0200
committert3sserakt <t3ss@posteo.de>2021-07-16 21:05:11 +0200
commit33830e71f8e80334e0c8cf5527b1f2b20804485e (patch)
treebe8bb3af17046a3e7c77ca6f11639c24e938211d /src/testbed/testbed_api.h
parent71f230fbb6f270f6b501934acadb6f57026c353d (diff)
downloadgnunet-33830e71f8e80334e0c8cf5527b1f2b20804485e.tar.gz
gnunet-33830e71f8e80334e0c8cf5527b1f2b20804485e.zip
- started to implement several cmds to start peers^Ctestcase plugin will be started directly from helper, functionality to communicate between master cmd loop and local cmd loop, code compiles, test is not working atm.
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index ea78a14ff..9a54ca36c 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -40,7 +40,7 @@
40/** 40/**
41 * Cmds Helper binary name 41 * Cmds Helper binary name
42 */ 42 */
43#define HELPER_CMDS_BINARY "gnunet-helper-cmds" 43#define HELPER_CMDS_BINARY "gnunet-cmds-helper"
44 44
45 45
46/** 46/**
@@ -185,7 +185,6 @@ struct OperationContext
185typedef void 185typedef void
186(*TESTBED_opcq_empty_cb) (void *cls); 186(*TESTBED_opcq_empty_cb) (void *cls);
187 187
188
189/** 188/**
190 * Handle to interact with a GNUnet testbed controller. Each 189 * Handle to interact with a GNUnet testbed controller. Each
191 * controller has at least one master handle which is created when the 190 * controller has at least one master handle which is created when the