aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-29 10:31:06 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-29 10:31:06 +0000
commitcab0c93eeab52464c004bc63ee7e8f39fb712dd7 (patch)
treec8ec17ec60c2b4465b3fd3c52abeb3924de0cd55 /src
parent7dd09367e1e6e400b56cc3ad18d7d906980cba80 (diff)
downloadgnunet-cab0c93eeab52464c004bc63ee7e8f39fb712dd7.tar.gz
gnunet-cab0c93eeab52464c004bc63ee7e8f39fb712dd7.zip
-doxygen, indent
Diffstat (limited to 'src')
-rw-r--r--src/testbed/gnunet-helper-testbed.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/testbed/gnunet-helper-testbed.c b/src/testbed/gnunet-helper-testbed.c
index 667a05172..34640e483 100644
--- a/src/testbed/gnunet-helper-testbed.c
+++ b/src/testbed/gnunet-helper-testbed.c
@@ -316,13 +316,13 @@ child_death_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
316 * Functions with this signature are called whenever a 316 * Functions with this signature are called whenever a
317 * complete message is received by the tokenizer. 317 * complete message is received by the tokenizer.
318 * 318 *
319 * Do not call GNUNET_SERVER_mst_destroy in callback 319 * Do not call #GNUNET_SERVER_mst_destroy() in this callback
320 * 320 *
321 * @param cls closure 321 * @param cls closure
322 * @param client identification of the client 322 * @param client identification of the client
323 * @param message the actual message 323 * @param message the actual message
324 * 324 *
325 * @return GNUNET_OK on success, GNUNET_SYSERR to stop further processing 325 * @return #GNUNET_OK on success, #GNUNET_SYSERR to stop further processing
326 */ 326 */
327static int 327static int
328tokenizer_cb (void *cls, void *client, 328tokenizer_cb (void *cls, void *client,
@@ -463,8 +463,10 @@ tokenizer_cb (void *cls, void *client,
463 GNUNET_OS_start_process (PIPE_CONTROL, 463 GNUNET_OS_start_process (PIPE_CONTROL,
464 GNUNET_OS_INHERIT_STD_ERR /*verbose? */ , 464 GNUNET_OS_INHERIT_STD_ERR /*verbose? */ ,
465 NULL, NULL, NULL, 465 NULL, NULL, NULL,
466 binary, "gnunet-service-testbed", "-c", 466 binary,
467 config, NULL); 467 "gnunet-service-testbed",
468 "-c", config,
469 NULL);
468 GNUNET_free (binary); 470 GNUNET_free (binary);
469 GNUNET_free (config); 471 GNUNET_free (config);
470 if (NULL == testbed) 472 if (NULL == testbed)