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
void
GNUNET_TESTING_daemon_continue_startup (struct GNUNET_TESTING_Daemon *daemon);
+
/**
* Check whether the given daemon is running.
*
int
GNUNET_TESTING_daemon_running (struct GNUNET_TESTING_Daemon *daemon);
+
/**
* Restart (stop and start) a GNUnet daemon.
*
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)
GNUNET_TESTING_NotifyDaemonRunning cb,
void *cb_cls);
+
/**
* Starts a GNUnet daemon's service.
*
GNUNET_TESTING_NotifyDaemonRunning cb,
void *cb_cls);
+
/**
* Starts a GNUnet daemon's service which has been previously turned off.
*
GNUNET_TESTING_NotifyDaemonRunning
cb, void *cb_cls);
+
/**
* Get a certain testing daemon handle.
*
* @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);
/**