aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-cadet-profiler.c')
-rw-r--r--src/cadet/gnunet-cadet-profiler.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/cadet/gnunet-cadet-profiler.c b/src/cadet/gnunet-cadet-profiler.c
index c3a19a399..e61053f94 100644
--- a/src/cadet/gnunet-cadet-profiler.c
+++ b/src/cadet/gnunet-cadet-profiler.c
@@ -250,9 +250,9 @@ static struct GNUNET_SCHEDULER_Task *round_task;
250 * START THE TEST ITSELF, AS WE ARE CONNECTED TO THE CADET SERVICES. 250 * START THE TEST ITSELF, AS WE ARE CONNECTED TO THE CADET SERVICES.
251 * 251 *
252 * Testcase continues when the root receives confirmation of connected peers, 252 * Testcase continues when the root receives confirmation of connected peers,
253 * on callback funtion ch. 253 * on callback function ch.
254 * 254 *
255 * @param cls Closure (unsued). 255 * @param cls Closure (unused).
256 */ 256 */
257static void 257static void
258start_test (void *cls); 258start_test (void *cls);
@@ -290,7 +290,7 @@ get_index (struct CadetPeer *peer)
290 290
291 291
292/** 292/**
293 * Show the results of the test (banwidth acheived) and log them to GAUGER 293 * Show the results of the test (banwidth achieved) and log them to GAUGER
294 */ 294 */
295static void 295static void
296show_end_data (void) 296show_end_data (void)
@@ -594,7 +594,7 @@ next_rnd (void *cls)
594 * Transmit ping callback. 594 * Transmit ping callback.
595 * 595 *
596 * @param cls Closure (peer for PING, NULL for PONG). 596 * @param cls Closure (peer for PING, NULL for PONG).
597 * @param size Size of the tranmist buffer. 597 * @param size Size of the transmit buffer.
598 * @param buf Pointer to the beginning of the buffer. 598 * @param buf Pointer to the beginning of the buffer.
599 * 599 *
600 * @return Number of bytes written to buf. 600 * @return Number of bytes written to buf.
@@ -911,9 +911,9 @@ select_random_peer (struct CadetPeer *peer)
911 * START THE TEST ITSELF, AS WE ARE CONNECTED TO THE CADET SERVICES. 911 * START THE TEST ITSELF, AS WE ARE CONNECTED TO THE CADET SERVICES.
912 * 912 *
913 * Testcase continues when the root receives confirmation of connected peers, 913 * Testcase continues when the root receives confirmation of connected peers,
914 * on callback funtion ch. 914 * on callback function ch.
915 * 915 *
916 * @param cls Closure (unsued). 916 * @param cls Closure (unused).
917 */ 917 */
918static void 918static void
919start_test (void *cls) 919start_test (void *cls)
@@ -993,7 +993,7 @@ warmup (void)
993 * @param op the operation this callback corresponds to 993 * @param op the operation this callback corresponds to
994 * @param pinfo the result; will be NULL if the operation has failed 994 * @param pinfo the result; will be NULL if the operation has failed
995 * @param emsg error message if the operation has failed; 995 * @param emsg error message if the operation has failed;
996 * NULL if the operation is successfull 996 * NULL if the operation is successful
997 */ 997 */
998static void 998static void
999peer_id_cb (void *cls, 999peer_id_cb (void *cls,