aboutsummaryrefslogtreecommitdiff
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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testbed/testbed_api_sd.h b/src/testbed/testbed_api_sd.h
index a924857bb..6e4cc621a 100644
--- a/src/testbed/testbed_api_sd.h
+++ b/src/testbed/testbed_api_sd.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -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 */