aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-14 14:05:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-14 14:05:35 +0000
commit77248f3758dcf94058ed54a2fa9c48146608bfc2 (patch)
tree7f115862f736bbd78be96957249c30bed3ae4605 /src/testbed/testbed.h
parent5355c95f4bab3cd84d2029dd169d93bbf9ace106 (diff)
downloadgnunet-77248f3758dcf94058ed54a2fa9c48146608bfc2.tar.gz
gnunet-77248f3758dcf94058ed54a2fa9c48146608bfc2.zip
unstable checkpoint save
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 04421ccf5..24183e8d8 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -419,7 +419,12 @@ struct GNUNET_TESTBED_RequestConnectMessage
419 /** 419 /**
420 * The Operation ID that is used to identify this operation 420 * The Operation ID that is used to identify this operation
421 */ 421 */
422 uint64_t operation_id GNUNET_PACKED; 422 uint64_t operation_id GNUNET_PACKED;
423
424 /**
425 * Identity of A
426 */
427 struct GNUNET_PeerIdentity peer_identity;
423 428
424 /** 429 /**
425 * To be followed by the HELLO message of A 430 * To be followed by the HELLO message of A