aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_helper.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-17 16:02:32 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-17 16:02:32 +0000
commitc408abb9b9069c9eee62f1ca78ee3a815b491f14 (patch)
tree64610e0f1e625ef51319ef85cd703a7ae658bf69 /src/testbed/testbed_helper.h
parent69f4cbdda8969ba3325f831d93b6e21660f1a276 (diff)
downloadgnunet-c408abb9b9069c9eee62f1ca78ee3a815b491f14.tar.gz
gnunet-c408abb9b9069c9eee62f1ca78ee3a815b491f14.zip
- rename controller_ip to trusted_ip
Diffstat (limited to 'src/testbed/testbed_helper.h')
-rw-r--r--src/testbed/testbed_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed_helper.h b/src/testbed/testbed_helper.h
index 8a3ea55e0..4bed996da 100644
--- a/src/testbed/testbed_helper.h
+++ b/src/testbed/testbed_helper.h
@@ -44,7 +44,7 @@ struct GNUNET_TESTBED_HelperInit
44 * The controller hostname size excluding the NULL termination character - 44 * The controller hostname size excluding the NULL termination character -
45 * strlen (hostname); cannot be zero 45 * strlen (hostname); cannot be zero
46 */ 46 */
47 uint16_t cname_size GNUNET_PACKED; 47 uint16_t trusted_ip_size GNUNET_PACKED;
48 48
49 /** 49 /**
50 * The hostname size excluding the NULL termination character - strlen 50 * The hostname size excluding the NULL termination character - strlen
@@ -57,7 +57,7 @@ struct GNUNET_TESTBED_HelperInit
57 */ 57 */
58 uint16_t config_size GNUNET_PACKED; 58 uint16_t config_size GNUNET_PACKED;
59 59
60 /* Followed by NULL terminated controller hostname */ 60 /* Followed by NULL terminated trusted ip */
61 61
62 /* Followed by hostname of the machine on which helper runs. This is not NULL 62 /* Followed by hostname of the machine on which helper runs. This is not NULL
63 terminated */ 63 terminated */