aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-19 14:13:19 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-19 14:13:19 +0000
commit9dd0824b40e7afeaf948a564d544b384db12cadf (patch)
tree4d98c8d27669e8eca6259a9601e32fddfa67e39c /src/testbed/testbed_api_peers.h
parentd4051630bbc5f521142f302baad60212b75f8b7f (diff)
downloadgnunet-9dd0824b40e7afeaf948a564d544b384db12cadf.tar.gz
gnunet-9dd0824b40e7afeaf948a564d544b384db12cadf.zip
fix 2893: Move adaptive parallelisation mechanism to operation queues
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index 50fb29bf6..0a87bf6ee 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -250,21 +250,6 @@ struct OverlayConnectData
250 */ 250 */
251 struct OperationContext *sub_opc; 251 struct OperationContext *sub_opc;
252 252
253 /**
254 * The starting time of this operation
255 */
256 struct GNUNET_TIME_Absolute tstart;
257
258 /**
259 * Has this operation failed
260 */
261 int failed;
262
263 /**
264 * The timing slot index for this operation
265 */
266 unsigned int tslot_index;
267
268}; 253};
269 254
270 255