aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-01-25 15:28:08 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-01-25 15:28:08 +0000
commit30c5c323f28ade8a1e7c6c593778793e44accb3a (patch)
tree845955ec895d221338b44f0cadce7932932e78cc /src/testbed/testbed.h
parent43d558efd13a3245e65efd0acdc9c4ba59cd2bee (diff)
downloadgnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.tar.gz
gnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.zip
- indent
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 1e0cd2b4e..04e63dcb3 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -30,7 +30,6 @@
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31 31
32GNUNET_NETWORK_STRUCT_BEGIN 32GNUNET_NETWORK_STRUCT_BEGIN
33
34/** 33/**
35 * Initial message from a client to a testing control service. 34 * Initial message from a client to a testing control service.
36 */ 35 */
@@ -430,12 +429,12 @@ struct GNUNET_TESTBED_RequestConnectMessage
430 * Identity of A 429 * Identity of A
431 */ 430 */
432 struct GNUNET_PeerIdentity peer_identity; 431 struct GNUNET_PeerIdentity peer_identity;
433 432
434 /** 433 /**
435 * To be followed by the HELLO message of A 434 * To be followed by the HELLO message of A
436 */ 435 */
437 struct GNUNET_MessageHeader hello[0]; 436 struct GNUNET_MessageHeader hello[0];
438 437
439}; 438};
440 439
441 440
@@ -702,6 +701,5 @@ struct GNUNET_TESTBED_SlaveConfiguration
702 701
703 702
704GNUNET_NETWORK_STRUCT_END 703GNUNET_NETWORK_STRUCT_END
705
706#endif 704#endif
707/* end of testbed.h */ 705/* end of testbed.h */