aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_controllerlink.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-30 15:05:34 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-30 15:05:34 +0000
commitec5c015f1369f9b6b65c388d51bd282ea06bfdb6 (patch)
treed365771abea371bec2bc321dda0458992bfe738d /src/testbed/test_testbed_api_controllerlink.c
parent50b20841e3e4ee5c9ac307798652ffc98d27d3c7 (diff)
downloadgnunet-ec5c015f1369f9b6b65c388d51bd282ea06bfdb6.tar.gz
gnunet-ec5c015f1369f9b6b65c388d51bd282ea06bfdb6.zip
-doxygen
Diffstat (limited to 'src/testbed/test_testbed_api_controllerlink.c')
-rw-r--r--src/testbed/test_testbed_api_controllerlink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_controllerlink.c b/src/testbed/test_testbed_api_controllerlink.c
index 699a18215..6ed7e5733 100644
--- a/src/testbed/test_testbed_api_controllerlink.c
+++ b/src/testbed/test_testbed_api_controllerlink.c
@@ -742,7 +742,7 @@ status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *config,
742 742
743 743
744/** 744/**
745 * Callbacks of this type are called by GNUNET_TESTBED_is_host_habitable to 745 * Callbacks of this type are called by #GNUNET_TESTBED_is_host_habitable to
746 * inform whether the given host is habitable or not. The Handle returned by 746 * inform whether the given host is habitable or not. The Handle returned by
747 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called 747 * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called
748 * 748 *
@@ -778,7 +778,7 @@ host_habitable_cb (void *cls,
778 * Main run function. 778 * Main run function.
779 * 779 *
780 * @param cls NULL 780 * @param cls NULL
781 * @param args arguments passed to GNUNET_PROGRAM_run 781 * @param args arguments passed to #GNUNET_PROGRAM_run()
782 * @param cfgfile the path to configuration file 782 * @param cfgfile the path to configuration file
783 * @param cfg the configuration file handle 783 * @param cfg the configuration file handle
784 */ 784 */