aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-17 11:53:24 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-17 11:53:24 +0100
commitc253a40bae417335fab8446f3c7182c8c5d4833f (patch)
tree0517ab35f90bf290744e5a9ddfeb75ca9547cdbe /src/testbed
parent273188e646ed4d91ced1dac443e976336be877b4 (diff)
parent79fb947eb8fba243ea65e19b40b65e04f8806865 (diff)
downloadgnunet-c253a40bae417335fab8446f3c7182c8c5d4833f.tar.gz
gnunet-c253a40bae417335fab8446f3c7182c8c5d4833f.zip
Merge branch 'master' into getopt
Diffstat (limited to 'src/testbed')
-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;