tracking forwarded operations
[oweals/gnunet.git] / src / testbed / testbed_api_topology.c
index 0e237cde3a545e2dd0ebe6a9dc621c2a3f8d1d57..bc766dedbb77f3e0e1d8f6a5031aef7d0d08edf6 100644 (file)
@@ -94,7 +94,7 @@ struct TopologyContext
   /**
    * The size of the link array
    */
-  unsigned int link_array_size;  
+  unsigned int link_array_size;    
   
 };
 
@@ -269,6 +269,7 @@ GNUNET_TESTBED_overlay_configure_topology_va (void *op_cls,
     {
       tc->link_array[cnt-1].A = cnt-1;
       tc->link_array[cnt-1].B = cnt;
+      tc->link_array[cnt-1].tc = tc;
     }
     break;
   case GNUNET_TESTBED_TOPOLOGY_ERDOS_RENYI: