gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24377 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r24377 - gnunet/src/testbed
Date: Wed, 17 Oct 2012 20:16:55 +0200

Author: harsha
Date: 2012-10-17 20:16:55 +0200 (Wed, 17 Oct 2012)
New Revision: 24377

Modified:
   gnunet/src/testbed/gnunet-testbed-profiler.c
Log:
peer destroy state


Modified: gnunet/src/testbed/gnunet-testbed-profiler.c
===================================================================
--- gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-17 18:11:02 UTC 
(rev 24376)
+++ gnunet/src/testbed/gnunet-testbed-profiler.c        2012-10-17 18:16:55 UTC 
(rev 24377)
@@ -90,7 +90,13 @@
   /**
    * Linking peers
    */
-  STATE_PEERS_LINKING
+  STATE_PEERS_LINKING,
+
+  /**
+   * Destroying peers; we can do this as the controller takes care of stopping 
a
+   * peer if it is running
+   */
+  STATE_PEERS_DESTROYING
 };
 
 
@@ -256,6 +262,9 @@
 }
 
 
+
+
+
 /**
  * Functions of this signature are called when a peer has been successfully
  * started or stopped.




reply via email to

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