summaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_topology.h')
-rw-r--r--src/testbed/testbed_api_topology.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/testbed/testbed_api_topology.h b/src/testbed/testbed_api_topology.h
index 7feec5f75..c2b00e094 100644
--- a/src/testbed/testbed_api_topology.h
+++ b/src/testbed/testbed_api_topology.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -38,8 +38,8 @@
38 * fresh. The caller should free it. Can be NULL. 38 * fresh. The caller should free it. Can be NULL.
39 */ 39 */
40unsigned int 40unsigned int
41GNUNET_TESTBED_2dtorus_calc_links (unsigned int num_peers, unsigned int *rows, 41GNUNET_TESTBED_2dtorus_calc_links(unsigned int num_peers, unsigned int *rows,
42 unsigned int **rows_len); 42 unsigned int **rows_len);
43 43
44 44
45/** 45/**
@@ -52,8 +52,8 @@ GNUNET_TESTBED_2dtorus_calc_links (unsigned int num_peers, unsigned int *rows,
52 * known topology, GNUNET_NO if not 52 * known topology, GNUNET_NO if not
53 */ 53 */
54int 54int
55GNUNET_TESTBED_topology_get_ (enum GNUNET_TESTBED_TopologyOption *topology, 55GNUNET_TESTBED_topology_get_(enum GNUNET_TESTBED_TopologyOption *topology,
56 const char *topology_string); 56 const char *topology_string);
57 57
58 58
59/** 59/**
@@ -64,7 +64,7 @@ GNUNET_TESTBED_topology_get_ (enum GNUNET_TESTBED_TopologyOption *topology,
64 * expressed as a string 64 * expressed as a string
65 */ 65 */
66char * 66char *
67GNUNET_TESTBED_topology_to_str_ (enum GNUNET_TESTBED_TopologyOption topology); 67GNUNET_TESTBED_topology_to_str_(enum GNUNET_TESTBED_TopologyOption topology);
68 68
69 69
70/** 70/**
@@ -104,10 +104,10 @@ typedef int (*underlay_link_processor) (void *cls,
104 * underlay link processor returned GNUNET_SYSERR 104 * underlay link processor returned GNUNET_SYSERR
105 */ 105 */
106int 106int
107GNUNET_TESTBED_underlay_construct_ (int num_peers, 107GNUNET_TESTBED_underlay_construct_(int num_peers,
108 underlay_link_processor proc, 108 underlay_link_processor proc,
109 void *cls, 109 void *cls,
110 ...); 110 ...);
111 111
112#endif 112#endif
113/* end of testbed_api_topology.h */ 113/* end of testbed_api_topology.h */