aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-11 12:27:41 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-11 12:27:41 +0000
commit15d78567a6dfa9f4644321e094c8b0eec717ec4e (patch)
tree4fe9977c8df426847c166ae9dfccfe20196a8dc9 /src/dht
parentc70d10589c4189a255066032bdd1d72204641247 (diff)
downloadgnunet-15d78567a6dfa9f4644321e094c8b0eec717ec4e.tar.gz
gnunet-15d78567a6dfa9f4644321e094c8b0eec717ec4e.zip
GNUNET_TESTBED_test_run to return status
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/dht_test_lib.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dht/dht_test_lib.c b/src/dht/dht_test_lib.c
index 5fe34addf..365804b71 100644
--- a/src/dht/dht_test_lib.c
+++ b/src/dht/dht_test_lib.c
@@ -204,11 +204,11 @@ GNUNET_DHT_TEST_run (const char *testname,
204 ctx->dhts = GNUNET_malloc (num_peers * sizeof (struct GNUNET_DHT_Handle *)); 204 ctx->dhts = GNUNET_malloc (num_peers * sizeof (struct GNUNET_DHT_Handle *));
205 ctx->app_main = tmain; 205 ctx->app_main = tmain;
206 ctx->app_main_cls = tmain_cls; 206 ctx->app_main_cls = tmain_cls;
207 GNUNET_TESTBED_test_run (testname, 207 (void) GNUNET_TESTBED_test_run (testname,
208 cfgname, 208 cfgname,
209 num_peers, 209 num_peers,
210 0LL, NULL, NULL, 210 0LL, NULL, NULL,
211 &dht_test_run, ctx); 211 &dht_test_run, ctx);
212} 212}
213 213
214/* end of dht_test_lib.c */ 214/* end of dht_test_lib.c */