aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_helper.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_helper.h
parent43d558efd13a3245e65efd0acdc9c4ba59cd2bee (diff)
downloadgnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.tar.gz
gnunet-30c5c323f28ade8a1e7c6c593778793e44accb3a.zip
- indent
Diffstat (limited to 'src/testbed/testbed_helper.h')
-rw-r--r--src/testbed/testbed_helper.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/testbed/testbed_helper.h b/src/testbed/testbed_helper.h
index 4bed996da..6b476cddf 100644
--- a/src/testbed/testbed_helper.h
+++ b/src/testbed/testbed_helper.h
@@ -29,11 +29,10 @@
29#define TESTBED_HELPER_H 29#define TESTBED_HELPER_H
30 30
31GNUNET_NETWORK_STRUCT_BEGIN 31GNUNET_NETWORK_STRUCT_BEGIN
32
33/** 32/**
34 * Initialization message for gnunet-helper-testbed to start testbed service 33 * Initialization message for gnunet-helper-testbed to start testbed service
35 */ 34 */
36struct GNUNET_TESTBED_HelperInit 35 struct GNUNET_TESTBED_HelperInit
37{ 36{
38 /** 37 /**
39 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT 38 * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT
@@ -60,7 +59,7 @@ struct GNUNET_TESTBED_HelperInit
60 /* Followed by NULL terminated trusted ip */ 59 /* Followed by NULL terminated trusted ip */
61 60
62 /* Followed by hostname of the machine on which helper runs. This is not NULL 61 /* Followed by hostname of the machine on which helper runs. This is not NULL
63 terminated */ 62 * terminated */
64 63
65 /* Followed by serialized and compressed configuration which should be 64 /* Followed by serialized and compressed configuration which should be
66 * config_size long when un-compressed */ 65 * config_size long when un-compressed */
@@ -86,7 +85,5 @@ struct GNUNET_TESTBED_HelperReply
86}; 85};
87 86
88GNUNET_NETWORK_STRUCT_END 87GNUNET_NETWORK_STRUCT_END
89
90#endif 88#endif
91
92/* end of testbed_helper.h */ 89/* end of testbed_helper.h */