aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 731944bc4..5d2c1cc37 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -952,10 +952,11 @@ gen_rsh_suffix_args (const char * const *append_args)
952 * @param client identification of the client 952 * @param client identification of the client
953 * @param message the actual message 953 * @param message the actual message
954 * 954 *
955 * @return GNUNET_OK on success, GNUNET_SYSERR to stop further processing 955 * @return #GNUNET_OK on success, #GNUNET_SYSERR to stop further processing
956 */ 956 */
957static int 957static int
958helper_mst (void *cls, void *client, const struct GNUNET_MessageHeader *message) 958helper_mst (void *cls,
959 const struct GNUNET_MessageHeader *message)
959{ 960{
960 struct GNUNET_TESTBED_ControllerProc *cp = cls; 961 struct GNUNET_TESTBED_ControllerProc *cp = cls;
961 const struct GNUNET_TESTBED_HelperReply *msg; 962 const struct GNUNET_TESTBED_HelperReply *msg;