aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_sd.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-05-24 12:15:16 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-05-24 12:15:16 +0000
commit5a65154a79a7b6a459a0ab1cfee3395ab61d12f0 (patch)
tree189bca27059b06b1863eec584eed3f1290e720cc /src/testbed/testbed_api_sd.c
parentb4a1f357226b10c9703e36742192a927a8034443 (diff)
downloadgnunet-5a65154a79a7b6a459a0ab1cfee3395ab61d12f0.tar.gz
gnunet-5a65154a79a7b6a459a0ab1cfee3395ab61d12f0.zip
- doc
Diffstat (limited to 'src/testbed/testbed_api_sd.c')
-rw-r--r--src/testbed/testbed_api_sd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testbed/testbed_api_sd.c b/src/testbed/testbed_api_sd.c
index 2574dd7d5..cbafff08f 100644
--- a/src/testbed/testbed_api_sd.c
+++ b/src/testbed/testbed_api_sd.c
@@ -179,8 +179,9 @@ GNUNET_TESTBED_SD_add_data_ (struct SDHandle *h, unsigned int amount)
179 * @param amount the value for which the deviation is returned 179 * @param amount the value for which the deviation is returned
180 180
181 * @return the deviation from the average; GNUNET_SYSERR if the deviation cannot 181 * @return the deviation from the average; GNUNET_SYSERR if the deviation cannot
182 * be calculated OR 0 if the deviation is less than the average; a 182 * be calculated OR 0 if the given amount is less than or equal to the
183 * maximum of 4 is returned for deviations equal to or larger than 4 183 * average; a maximum of 4 is returned for deviations equal to or
184 * larger than 4
184 */ 185 */
185int 186int
186GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount) 187GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount)