summaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_sd.h')
-rw-r--r--src/testbed/testbed_api_sd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/testbed_api_sd.h b/src/testbed/testbed_api_sd.h
index 6e4cc621a..2872051e0 100644
--- a/src/testbed/testbed_api_sd.h
+++ b/src/testbed/testbed_api_sd.h
@@ -41,7 +41,7 @@ struct SDHandle;
41 * @return the initialized handle 41 * @return the initialized handle
42 */ 42 */
43struct SDHandle * 43struct SDHandle *
44GNUNET_TESTBED_SD_init_(unsigned int max_cnt); 44GNUNET_TESTBED_SD_init_ (unsigned int max_cnt);
45 45
46 46
47/** 47/**
@@ -50,7 +50,7 @@ GNUNET_TESTBED_SD_init_(unsigned int max_cnt);
50 * @param h the SD handle 50 * @param h the SD handle
51 */ 51 */
52void 52void
53GNUNET_TESTBED_SD_destroy_(struct SDHandle *h); 53GNUNET_TESTBED_SD_destroy_ (struct SDHandle *h);
54 54
55 55
56/** 56/**
@@ -60,7 +60,7 @@ GNUNET_TESTBED_SD_destroy_(struct SDHandle *h);
60 * @param amount the reading value 60 * @param amount the reading value
61 */ 61 */
62void 62void
63GNUNET_TESTBED_SD_add_data_(struct SDHandle *h, unsigned int amount); 63GNUNET_TESTBED_SD_add_data_ (struct SDHandle *h, unsigned int amount);
64 64
65 65
66/** 66/**
@@ -74,8 +74,8 @@ GNUNET_TESTBED_SD_add_data_(struct SDHandle *h, unsigned int amount);
74 * maximum of 4 is returned for deviations equal to or larger than 4 74 * maximum of 4 is returned for deviations equal to or larger than 4
75 */ 75 */
76int 76int
77GNUNET_TESTBED_SD_deviation_factor_(struct SDHandle *h, unsigned int amount, 77GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount,
78 int *factor); 78 int *factor);
79 79
80#endif 80#endif
81/* end of testbed_api.h */ 81/* end of testbed_api.h */