aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_helper.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-31 10:36:28 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-31 10:36:28 +0000
commita94a1861d123fe850d2ab5ae74cbb59b132a15ea (patch)
treea16d2518067d13f2463e83cd9dc66bdd6b733621 /src/testbed/testbed_helper.h
parentd0c55c3ee57913977b1497ea0e6f20573820b206 (diff)
downloadgnunet-a94a1861d123fe850d2ab5ae74cbb59b132a15ea.tar.gz
gnunet-a94a1861d123fe850d2ab5ae74cbb59b132a15ea.zip
adhering to indentation standard
Diffstat (limited to 'src/testbed/testbed_helper.h')
-rw-r--r--src/testbed/testbed_helper.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/testbed_helper.h b/src/testbed/testbed_helper.h
index 6fa35f08b..1bc6bffc3 100644
--- a/src/testbed/testbed_helper.h
+++ b/src/testbed/testbed_helper.h
@@ -22,7 +22,7 @@
22 * @file testbed/testbed_helper.h 22 * @file testbed/testbed_helper.h
23 * @brief Message formats for communication between testbed api and 23 * @brief Message formats for communication between testbed api and
24 * gnunet-testbed-helper process 24 * gnunet-testbed-helper process
25 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 25 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
26 */ 26 */
27 27
28#ifndef TESTBED_HELPER_H 28#ifndef TESTBED_HELPER_H
@@ -40,7 +40,7 @@ struct GNUNET_TESTBED_HelperInit
40 40
41 /** 41 /**
42 * The controller hostname size excluding the NULL termination character - 42 * The controller hostname size excluding the NULL termination character -
43 * strlen (hostname); cannot be zero 43 * strlen (hostname); cannot be zero
44 */ 44 */
45 uint16_t cname_size GNUNET_PACKED; 45 uint16_t cname_size GNUNET_PACKED;
46 46
@@ -50,9 +50,9 @@ struct GNUNET_TESTBED_HelperInit
50 uint16_t config_size GNUNET_PACKED; 50 uint16_t config_size GNUNET_PACKED;
51 51
52 /* Followed by NULL terminated controller hostname */ 52 /* Followed by NULL terminated controller hostname */
53 53
54 /* Followed by serialized and compressed configuration which should be 54 /* Followed by serialized and compressed configuration which should be
55 config_size long when un-compressed */ 55 * config_size long when un-compressed */
56}; 56};
57 57
58/** 58/**
@@ -71,7 +71,7 @@ struct GNUNET_TESTBED_HelperReply
71 uint16_t config_size GNUNET_PACKED; 71 uint16_t config_size GNUNET_PACKED;
72 72
73 /* Followed by compressed configuration which should be config_size long when 73 /* Followed by compressed configuration which should be config_size long when
74 un-compressed */ 74 * un-compressed */
75}; 75};
76 76
77#endif 77#endif