aboutsummaryrefslogtreecommitdiff
path: root/src/regex
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/regex
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/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 638f1a1a4..dffa64d7a 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1097,6 +1097,7 @@ dht_da (void *cls, void *op_result)
1097 * Signature of a main function for a testcase. 1097 * Signature of a main function for a testcase.
1098 * 1098 *
1099 * @param cls NULL 1099 * @param cls NULL
1100 * @param h the run handle
1100 * @param num_peers_ number of peers in 'peers' 1101 * @param num_peers_ number of peers in 'peers'
1101 * @param testbed_peers handle to peers run in the testbed. NULL upon timeout (see 1102 * @param testbed_peers handle to peers run in the testbed. NULL upon timeout (see
1102 * GNUNET_TESTBED_test_run()). 1103 * GNUNET_TESTBED_test_run()).
@@ -1107,6 +1108,7 @@ dht_da (void *cls, void *op_result)
1107 */ 1108 */
1108static void 1109static void
1109test_master (void *cls, 1110test_master (void *cls,
1111 struct GNUNET_TESTBED_RunHandle *h,
1110 unsigned int num_peers_, 1112 unsigned int num_peers_,
1111 struct GNUNET_TESTBED_Peer **testbed_peers, 1113 struct GNUNET_TESTBED_Peer **testbed_peers,
1112 unsigned int links_succeeded, 1114 unsigned int links_succeeded,