aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_peers.h')
-rw-r--r--src/testbed/testbed_api_peers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/testbed_api_peers.h b/src/testbed/testbed_api_peers.h
index f02079926..b1f226214 100644
--- a/src/testbed/testbed_api_peers.h
+++ b/src/testbed/testbed_api_peers.h
@@ -224,6 +224,11 @@ struct OverlayConnectData
224 struct GNUNET_TIME_Absolute tstart; 224 struct GNUNET_TIME_Absolute tstart;
225 225
226 /** 226 /**
227 * Has this operation failed
228 */
229 int failed;
230
231 /**
227 * The timing slot index for this operation 232 * The timing slot index for this operation
228 */ 233 */
229 unsigned int tslot_index; 234 unsigned int tslot_index;