- verboser log, faster start
[oweals/gnunet.git] / src / testbed / testbed_api_peers.h
index f02079926dad17f37f0978554b6e7e52d3b6316b..8598cc177a8e068b940f4ac9810eb86d6b394210 100644 (file)
@@ -130,17 +130,17 @@ struct PeerEventData
    * The handle of the peer to start
    */
   struct GNUNET_TESTBED_Peer *peer;
-  
+
   /**
    * The Peer churn callback to call when this operation is completed
    */
   GNUNET_TESTBED_PeerChurnCallback pcc;
-   
+
   /**
    * Closure for the above callback
    */
   void *pcc_cls;
-    
+
 };
 
 
@@ -172,7 +172,7 @@ struct PeerInfoData
    * The Peer info callback to call when this operation has completed
    */
   GNUNET_TESTBED_PeerInfoCallback cb;
-    
+
   /**
    * The closure for peer info callback
    */
@@ -205,7 +205,7 @@ struct OverlayConnectData
    * The operation completion callback to call once this operation is done
    */
   GNUNET_TESTBED_OperationCompletionCallback cb;
-  
+
   /**
    * The closure for the above callback
    */
@@ -223,6 +223,11 @@ struct OverlayConnectData
    */
   struct GNUNET_TIME_Absolute tstart;
 
+  /**
+   * Has this operation failed
+   */
+  int failed;
+
   /**
    * The timing slot index for this operation
    */