From: Christian Grothoff Date: Fri, 2 Sep 2011 10:49:51 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~17239 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8439fe12f24ab3ae5a1821face2b79d443fa044e;p=oweals%2Fgnunet.git fix --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index 42ee990c9..786522cdd 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -443,6 +443,7 @@ typedef void (*GNUNET_TESTING_NotifyTopology) (void *cls, const struct GNUNET_PeerIdentity * second, const char *emsg); + /** * Starts a GNUnet daemon. GNUnet must be installed on the target * system and available in the PATH. The machine must furthermore be @@ -486,6 +487,7 @@ GNUNET_TESTING_daemon_start (const struct GNUNET_CONFIGURATION_Handle *cfg, void GNUNET_TESTING_daemon_continue_startup (struct GNUNET_TESTING_Daemon *daemon); + /** * Check whether the given daemon is running. * @@ -497,6 +499,7 @@ GNUNET_TESTING_daemon_continue_startup (struct GNUNET_TESTING_Daemon *daemon); int GNUNET_TESTING_daemon_running (struct GNUNET_TESTING_Daemon *daemon); + /** * Restart (stop and start) a GNUnet daemon. * @@ -509,6 +512,7 @@ GNUNET_TESTING_daemon_restart (struct GNUNET_TESTING_Daemon *d, GNUNET_TESTING_NotifyDaemonRunning cb, void *cb_cls); + /** * Start a peer that has previously been stopped using the daemon_stop * call (and files weren't deleted and the allow restart flag) @@ -524,6 +528,7 @@ GNUNET_TESTING_daemon_start_stopped (struct GNUNET_TESTING_Daemon *daemon, GNUNET_TESTING_NotifyDaemonRunning cb, void *cb_cls); + /** * Starts a GNUnet daemon's service. * @@ -540,6 +545,7 @@ GNUNET_TESTING_daemon_start_service (struct GNUNET_TESTING_Daemon *d, GNUNET_TESTING_NotifyDaemonRunning cb, void *cb_cls); + /** * Starts a GNUnet daemon's service which has been previously turned off. * @@ -557,6 +563,7 @@ GNUNET_TESTING_daemon_start_stopped_service (struct GNUNET_TESTING_Daemon *d, GNUNET_TESTING_NotifyDaemonRunning cb, void *cb_cls); + /** * Get a certain testing daemon handle. * @@ -732,7 +739,8 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1, * @param cc connect context */ void -GNUNET_TESTING_daemons_connect_cancel (struct GNUNET_TESTING_ConnectContext *cc); +GNUNET_TESTING_daemons_connect_cancel (struct GNUNET_TESTING_ConnectContext + *cc); /**