aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_test_lib.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/fs/test_fs_test_lib.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/fs/test_fs_test_lib.c')
-rw-r--r--src/fs/test_fs_test_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c
index 81625030d..689456aa4 100644
--- a/src/fs/test_fs_test_lib.c
+++ b/src/fs/test_fs_test_lib.c
@@ -115,6 +115,7 @@ do_publish (void *cls,
115 * Actual main function for the test. 115 * Actual main function for the test.
116 * 116 *
117 * @param cls closure 117 * @param cls closure
118 * @param h the run handle
118 * @param num_peers number of peers in 'peers' 119 * @param num_peers number of peers in 'peers'
119 * @param peers handle to peers run in the testbed 120 * @param peers handle to peers run in the testbed
120 * @param links_succeeded the number of overlay link connection attempts that 121 * @param links_succeeded the number of overlay link connection attempts that
@@ -124,6 +125,7 @@ do_publish (void *cls,
124 */ 125 */
125static void 126static void
126run (void *cls, 127run (void *cls,
128 struct GNUNET_TESTBED_RunHandle *h,
127 unsigned int num_peers, 129 unsigned int num_peers,
128 struct GNUNET_TESTBED_Peer **peers, 130 struct GNUNET_TESTBED_Peer **peers,
129 unsigned int links_succeeded, 131 unsigned int links_succeeded,