aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-14 13:21:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-14 13:21:42 +0000
commit41fe47de194f6d005eba16715804ca62ef18a0f1 (patch)
tree572fd48a4384361778a02ff8885e78989be9dd47 /src/include/gnunet_testbed_service.h
parentaa81b29bafe44a8c348f1be7fc58d926dc488e94 (diff)
downloadgnunet-41fe47de194f6d005eba16715804ca62ef18a0f1.tar.gz
gnunet-41fe47de194f6d005eba16715804ca62ef18a0f1.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 3f2951411..e8defc61d 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1437,11 +1437,11 @@ GNUNET_TESTBED_run (const char *host_filename,
1437 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't 1437 * for all peer start events even if GNUNET_TESTBED_ET_PEER_START isn't
1438 * set in the event_mask as this is the only way get access to the 1438 * set in the event_mask as this is the only way get access to the
1439 * handle of each peer 1439 * handle of each peer
1440 * @param cc_cls closure for cc 1440 * @param cc_cls closure for @a cc
1441 * @param test_master this callback will be called once the test is ready or 1441 * @param test_master this callback will be called once the test is ready or
1442 * upon timeout 1442 * upon timeout
1443 * @param test_master_cls closure for 'test_master'. 1443 * @param test_master_cls closure for @a test_master.
1444 * @return GNUNET_SYSERR on error, GNUNET_OK on success 1444 * @return #GNUNET_SYSERR on error, #GNUNET_OK on success
1445 */ 1445 */
1446int 1446int
1447GNUNET_TESTBED_test_run (const char *testname, 1447GNUNET_TESTBED_test_run (const char *testname,