aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_single.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_single.c')
-rw-r--r--src/mesh/test_mesh_single.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesh/test_mesh_single.c b/src/mesh/test_mesh_single.c
index 196bda6e7..9e850079f 100644
--- a/src/mesh/test_mesh_single.c
+++ b/src/mesh/test_mesh_single.c
@@ -104,7 +104,7 @@ do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
104 * @param channel connection to the other end 104 * @param channel connection to the other end
105 * @param channel_ctx place to store local state associated with the channel 105 * @param channel_ctx place to store local state associated with the channel
106 * @param message the actual message 106 * @param message the actual message
107 * 107 *
108 * @return GNUNET_OK to keep the connection open, 108 * @return GNUNET_OK to keep the connection open,
109 * GNUNET_SYSERR to close it (signal serious error) 109 * GNUNET_SYSERR to close it (signal serious error)
110 */ 110 */
@@ -196,11 +196,11 @@ static struct GNUNET_MESH_MessageHandler handlers1[] = {
196 196
197/** 197/**
198 * Data send callback: fillbuffer with test packet. 198 * Data send callback: fillbuffer with test packet.
199 * 199 *
200 * @param cls Closure (unused). 200 * @param cls Closure (unused).
201 * @param size Buffer size. 201 * @param size Buffer size.
202 * @param buf Buffer to fill. 202 * @param buf Buffer to fill.
203 * 203 *
204 * @return size of test packet. 204 * @return size of test packet.
205 */ 205 */
206static size_t 206static size_t
@@ -223,7 +223,7 @@ do_send (void *cls, size_t size, void *buf)
223 223
224/** 224/**
225 * Connect to other client and send data 225 * Connect to other client and send data
226 * 226 *
227 * @param cls Closue (unused). 227 * @param cls Closue (unused).
228 * @param tc TaskContext. 228 * @param tc TaskContext.
229 */ 229 */
@@ -244,13 +244,13 @@ do_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
244 244
245/** 245/**
246 * Initialize framework and start test 246 * Initialize framework and start test
247 * 247 *
248 * @param cls Closure (unused). 248 * @param cls Closure (unused).
249 * @param cfg Configuration handle. 249 * @param cfg Configuration handle.
250 * @param peer Testing peer handle. 250 * @param peer Testing peer handle.
251 */ 251 */
252static void 252static void
253run (void *cls, 253run (void *cls,
254 const struct GNUNET_CONFIGURATION_Handle *cfg, 254 const struct GNUNET_CONFIGURATION_Handle *cfg,
255 struct GNUNET_TESTING_Peer *peer) 255 struct GNUNET_TESTING_Peer *peer)
256{ 256{