aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-11 21:10:24 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-11 21:10:24 +0000
commit9d85ad69393b519a9bad11fdf6e698a97f2bab74 (patch)
tree1b140345a86c714c3e466e546542461f01a4d1e0 /src/include/gnunet_testbed_service.h
parent569cc456f08e53be0723236cb925cf3bcd67c5fd (diff)
downloadgnunet-9d85ad69393b519a9bad11fdf6e698a97f2bab74.tar.gz
gnunet-9d85ad69393b519a9bad11fdf6e698a97f2bab74.zip
- fix compile
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index ab304d4e9..6497981da 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1414,18 +1414,6 @@ GNUNET_TESTBED_run (const char *host_filename,
1414 1414
1415 1415
1416/** 1416/**
1417 * Signature of a main function for a testcase.
1418 *
1419 * @param cls closure
1420 * @param num_peers number of peers in 'peers'
1421 * @param peers handle to peers run in the testbed
1422 */
1423typedef void (*GNUNET_TESTBED_TestMaster)(void *cls,
1424 unsigned int num_peers,
1425 struct GNUNET_TESTBED_Peer **peers);
1426
1427
1428/**
1429 * Convenience method for running a "simple" test on the local system 1417 * Convenience method for running a "simple" test on the local system
1430 * with a single call from 'main'. Underlay and overlay topology are 1418 * with a single call from 'main'. Underlay and overlay topology are
1431 * configured using the "UNDERLAY" and "OVERLAY" options in the 1419 * configured using the "UNDERLAY" and "OVERLAY" options in the