aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_underlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_underlay.c')
-rw-r--r--src/testbed/testbed_api_underlay.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_underlay.c b/src/testbed/testbed_api_underlay.c
index a1c90ac6e..0f90d0360 100644
--- a/src/testbed/testbed_api_underlay.c
+++ b/src/testbed/testbed_api_underlay.c
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file testbed/testbed_api_underlay.c 22 * @file testbed/testbed_api_underlay.c
23 * @brief testbed underlay API implementation 23 * @brief testbed underlay API implementation
24 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 24 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
25 */ 25 */
26 26
27#include "testbed_api_peers.h" 27#include "testbed_api_peers.h"
@@ -46,7 +46,7 @@ struct LinkProperty
46 * latency of the link in microseconds 46 * latency of the link in microseconds
47 */ 47 */
48 uint32_t latency; 48 uint32_t latency;
49 49
50 /** 50 /**
51 * data loss on the link expressed as percentage 51 * data loss on the link expressed as percentage
52 */ 52 */
@@ -154,7 +154,7 @@ GNUNET_TESTBED_underlaylinkmodel_create (struct GNUNET_TESTBED_Peer *peer,
154 enum GNUNET_TESTBED_UnderlayLinkModelType type) 154 enum GNUNET_TESTBED_UnderlayLinkModelType type)
155{ 155{
156 struct GNUNET_TESTBED_UnderlayLinkModel *m; 156 struct GNUNET_TESTBED_UnderlayLinkModel *m;
157 157
158 GNUNET_assert (0 == peer->underlay_model_exists); 158 GNUNET_assert (0 == peer->underlay_model_exists);
159 m = GNUNET_new (struct GNUNET_TESTBED_UnderlayLinkModel); 159 m = GNUNET_new (struct GNUNET_TESTBED_UnderlayLinkModel);
160 peer->underlay_model_exists = 1; 160 peer->underlay_model_exists = 1;
@@ -188,7 +188,7 @@ GNUNET_TESTBED_underlaylinkmodel_add_peer (struct GNUNET_TESTBED_UnderlayLinkMod
188/** 188/**
189 * Set the metrics for a link to the given peer in the underlay model. The link 189 * Set the metrics for a link to the given peer in the underlay model. The link
190 * SHOULD be permittable according to the given model. 190 * SHOULD be permittable according to the given model.
191 * 191 *
192 * @ingroup underlay 192 * @ingroup underlay
193 * @param model the model 193 * @param model the model
194 * @param peer the other end peer of the link 194 * @param peer the other end peer of the link