gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16685 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r16685 - gnunet/src/include
Date: Fri, 2 Sep 2011 12:49:51 +0200

Author: grothoff
Date: 2011-09-02 12:49:51 +0200 (Fri, 02 Sep 2011)
New Revision: 16685

Modified:
   gnunet/src/include/gnunet_testing_lib.h
Log:
fix

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2011-09-02 10:48:55 UTC (rev 
16684)
+++ gnunet/src/include/gnunet_testing_lib.h     2011-09-02 10:49:51 UTC (rev 
16685)
@@ -443,6 +443,7 @@
                                                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 @@
 void
 GNUNET_TESTING_daemon_continue_startup (struct GNUNET_TESTING_Daemon *daemon);
 
+
 /**
  * Check whether the given daemon is running.
  *
@@ -497,6 +499,7 @@
 int
 GNUNET_TESTING_daemon_running (struct GNUNET_TESTING_Daemon *daemon);
 
+
 /**
  * Restart (stop and start) a GNUnet daemon.
  *
@@ -509,6 +512,7 @@
                                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_NotifyDaemonRunning cb,
                                      void *cb_cls);
 
+
 /**
  * Starts a GNUnet daemon's service.
  *
@@ -540,6 +545,7 @@
                                      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_NotifyDaemonRunning
                                              cb, void *cb_cls);
 
+
 /**
  * Get a certain testing daemon handle.
  *
@@ -732,7 +739,8 @@
  * @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);
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]