aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_testbed.c')
-rw-r--r--src/testbed/testbed_api_testbed.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index 6e6145aaa..76aec1d97 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -470,7 +470,10 @@ shutdown_run_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
470 * or-ed values of "1LL" shifted by the 470 * or-ed values of "1LL" shifted by the
471 * respective 'enum GNUNET_TESTBED_EventType' 471 * respective 'enum GNUNET_TESTBED_EventType'
472 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...") 472 * (i.e. "(1LL << GNUNET_TESTBED_ET_CONNECT) || ...")
473 * @param cc controller callback to invoke on events 473 * @param cc controller callback to invoke on events; This callback is called
474 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
475 * set in the event_mask as this is the only way get access to the
476 * handle of each peer
474 * @param cc_cls closure for cc 477 * @param cc_cls closure for cc
475 * @param master task to run once the testbed is ready 478 * @param master task to run once the testbed is ready
476 */ 479 */