aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.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_api_hosts.h
parentd0c55c3ee57913977b1497ea0e6f20573820b206 (diff)
downloadgnunet-a94a1861d123fe850d2ab5ae74cbb59b132a15ea.tar.gz
gnunet-a94a1861d123fe850d2ab5ae74cbb59b132a15ea.zip
adhering to indentation standard
Diffstat (limited to 'src/testbed/testbed_api_hosts.h')
-rw-r--r--src/testbed/testbed_api_hosts.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/testbed/testbed_api_hosts.h b/src/testbed/testbed_api_hosts.h
index de62b376d..ea93579b0 100644
--- a/src/testbed/testbed_api_hosts.h
+++ b/src/testbed/testbed_api_hosts.h
@@ -33,7 +33,7 @@
33 33
34/** 34/**
35 * Lookup a host by ID. 35 * Lookup a host by ID.
36 * 36 *
37 * @param id global host ID assigned to the host; 0 is 37 * @param id global host ID assigned to the host; 0 is
38 * reserved to always mean 'localhost' 38 * reserved to always mean 'localhost'
39 * @return handle to the host, NULL on error 39 * @return handle to the host, NULL on error
@@ -46,7 +46,7 @@ GNUNET_TESTBED_host_lookup_by_id_ (uint32_t id);
46 * Create a host by ID; given this host handle, we could not 46 * Create a host by ID; given this host handle, we could not
47 * run peers at the host, but we can talk about the host 47 * run peers at the host, but we can talk about the host
48 * internally. 48 * internally.
49 * 49 *
50 * @param id global host ID assigned to the host; 0 is 50 * @param id global host ID assigned to the host; 0 is
51 * reserved to always mean 'localhost' 51 * reserved to always mean 'localhost'
52 * @return handle to the host, NULL on error 52 * @return handle to the host, NULL on error
@@ -57,7 +57,7 @@ GNUNET_TESTBED_host_create_by_id_ (uint32_t id);
57 57
58/** 58/**
59 * Obtain a host's unique global ID. 59 * Obtain a host's unique global ID.
60 * 60 *
61 * @param host handle to the host, NULL means 'localhost' 61 * @param host handle to the host, NULL means 'localhost'
62 * @return id global host ID assigned to the host (0 is 62 * @return id global host ID assigned to the host (0 is
63 * 'localhost', but then obviously not globally unique) 63 * 'localhost', but then obviously not globally unique)
@@ -68,7 +68,7 @@ GNUNET_TESTBED_host_get_id_ (const struct GNUNET_TESTBED_Host *host);
68 68
69/** 69/**
70 * Obtain the host's hostname. 70 * Obtain the host's hostname.
71 * 71 *
72 * @param host handle to the host, NULL means 'localhost' 72 * @param host handle to the host, NULL means 'localhost'
73 * @return hostname of the host 73 * @return hostname of the host
74 */ 74 */
@@ -78,7 +78,7 @@ GNUNET_TESTBED_host_get_hostname_ (const struct GNUNET_TESTBED_Host *host);
78 78
79/** 79/**
80 * Obtain the host's username 80 * Obtain the host's username
81 * 81 *
82 * @param host handle to the host, NULL means 'localhost' 82 * @param host handle to the host, NULL means 'localhost'
83 * @return username to login to the host 83 * @return username to login to the host
84 */ 84 */
@@ -88,7 +88,7 @@ GNUNET_TESTBED_host_get_username_ (const struct GNUNET_TESTBED_Host *host);
88 88
89/** 89/**
90 * Obtain the host's ssh port 90 * Obtain the host's ssh port
91 * 91 *
92 * @param host handle to the host, NULL means 'localhost' 92 * @param host handle to the host, NULL means 'localhost'
93 * @return username to login to the host 93 * @return username to login to the host
94 */ 94 */
@@ -147,8 +147,8 @@ struct GNUNET_TESTBED_HelperHandle;
147 */ 147 */
148void 148void
149GNUNET_TESTBED_mark_host_registered_at_ (struct GNUNET_TESTBED_Host *host, 149GNUNET_TESTBED_mark_host_registered_at_ (struct GNUNET_TESTBED_Host *host,
150 const struct GNUNET_TESTBED_Controller 150 const struct GNUNET_TESTBED_Controller
151 *controller); 151 *controller);
152 152
153 153
154/** 154/**
@@ -160,8 +160,8 @@ GNUNET_TESTBED_mark_host_registered_at_ (struct GNUNET_TESTBED_Host *host,
160 */ 160 */
161int 161int
162GNUNET_TESTBED_is_host_registered_ (const struct GNUNET_TESTBED_Host *host, 162GNUNET_TESTBED_is_host_registered_ (const struct GNUNET_TESTBED_Host *host,
163 const struct GNUNET_TESTBED_Controller 163 const struct GNUNET_TESTBED_Controller
164 *controller); 164 *controller);
165 165
166 166
167 167