aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_testbed.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-03 10:45:57 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-03 10:45:57 +0000
commit9ec9052c1cee478ab24f66a466774d6f63ace858 (patch)
tree78b7d2c1348c6e5658e994d03678ed3dc0b6f54d /src/testbed/testbed_api_testbed.c
parent2234e06e79ad0eb9106a6b7b75e79a040fe841b6 (diff)
downloadgnunet-9ec9052c1cee478ab24f66a466774d6f63ace858.tar.gz
gnunet-9ec9052c1cee478ab24f66a466774d6f63ace858.zip
controller callback added in GNUNET_TESTBED_test_run
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 */