aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-nse-profiler.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-06 14:38:24 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-06 14:38:24 +0000
commit2ca4b8a208f6f910c819bbaa6785a25ae2955501 (patch)
tree7328fb7cfc62189197dfa34035502a80b0acdcd3 /src/nse/gnunet-nse-profiler.c
parent8d46a214ce11653b5160d32e330786fa487e3ae6 (diff)
downloadgnunet-2ca4b8a208f6f910c819bbaa6785a25ae2955501.tar.gz
gnunet-2ca4b8a208f6f910c819bbaa6785a25ae2955501.zip
- give out run handle through which master controller's handle can be retrieved
Diffstat (limited to 'src/nse/gnunet-nse-profiler.c')
-rw-r--r--src/nse/gnunet-nse-profiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index cddaf32ff..e03da6d6e 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -757,6 +757,7 @@ master_controller_cb (void *cls,
757 * Signature of a main function for a testcase. 757 * Signature of a main function for a testcase.
758 * 758 *
759 * @param cls NULL 759 * @param cls NULL
760 * @param h the run handle
760 * @param num_peers_ number of peers in 'peers' 761 * @param num_peers_ number of peers in 'peers'
761 * @param peers handle to peers run in the testbed. NULL upon timeout (see 762 * @param peers handle to peers run in the testbed. NULL upon timeout (see
762 * GNUNET_TESTBED_test_run()). 763 * GNUNET_TESTBED_test_run()).
@@ -767,6 +768,7 @@ master_controller_cb (void *cls,
767 */ 768 */
768static void 769static void
769test_master (void *cls, 770test_master (void *cls,
771 struct GNUNET_TESTBED_RunHandle *h,
770 unsigned int num_peers_, 772 unsigned int num_peers_,
771 struct GNUNET_TESTBED_Peer **peers, 773 struct GNUNET_TESTBED_Peer **peers,
772 unsigned int links_succeeded, 774 unsigned int links_succeeded,