aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-09 22:24:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-09 22:24:50 +0000
commit66482612e5420d19052412d46ce6b41ca3b00868 (patch)
tree9537308c101676d57f7d603bffb78a8a0b170a51 /src/include
parent060add957685ac818b3a3f9a9f266b57073a3a06 (diff)
downloadgnunet-66482612e5420d19052412d46ce6b41ca3b00868.tar.gz
gnunet-66482612e5420d19052412d46ce6b41ca3b00868.zip
-API comments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index ca7230504..0c1cf985f 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -114,6 +114,7 @@ GNUNET_TESTBED_host_create_with_id (uint32_t id,
114 * 114 *
115 * @param filename file with the host specification 115 * @param filename file with the host specification
116 * @param hosts set to the hosts found in the file 116 * @param hosts set to the hosts found in the file
117 * FIXME: we need "***" here!
117 * @return number of hosts returned in 'hosts', 0 on error 118 * @return number of hosts returned in 'hosts', 0 on error
118 */ 119 */
119unsigned int 120unsigned int
@@ -1024,6 +1025,7 @@ GNUNET_TESTBED_overlay_configure_topology (void *op_cls,
1024 * Ask the testbed controller to write the current overlay topology to 1025 * Ask the testbed controller to write the current overlay topology to
1025 * a file. Naturally, the file will only contain a snapshot as the 1026 * a file. Naturally, the file will only contain a snapshot as the
1026 * topology may evolve all the time. 1027 * topology may evolve all the time.
1028 * FIXME: needs continuation!?
1027 * 1029 *
1028 * @param controller overlay controller to inspect 1030 * @param controller overlay controller to inspect
1029 * @param filename name of the file the topology should 1031 * @param filename name of the file the topology should