aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_local.c')
-rw-r--r--src/mesh/test_mesh_local.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mesh/test_mesh_local.c b/src/mesh/test_mesh_local.c
index c76c93f8e..4ecef81e2 100644
--- a/src/mesh/test_mesh_local.c
+++ b/src/mesh/test_mesh_local.c
@@ -98,7 +98,7 @@ do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
98 * @param channel connection to the other end 98 * @param channel connection to the other end
99 * @param channel_ctx place to store local state associated with the channel 99 * @param channel_ctx place to store local state associated with the channel
100 * @param message the actual message 100 * @param message the actual message
101 * 101 *
102 * @return GNUNET_OK to keep the connection open, 102 * @return GNUNET_OK to keep the connection open,
103 * GNUNET_SYSERR to close it (signal serious error) 103 * GNUNET_SYSERR to close it (signal serious error)
104 */ 104 */
@@ -190,11 +190,11 @@ static struct GNUNET_MESH_MessageHandler handlers2[] = {
190 190
191/** 191/**
192 * Data send callback: fillbuffer with test packet. 192 * Data send callback: fillbuffer with test packet.
193 * 193 *
194 * @param cls Closure (unused). 194 * @param cls Closure (unused).
195 * @param size Buffer size. 195 * @param size Buffer size.
196 * @param buf Buffer to fill. 196 * @param buf Buffer to fill.
197 * 197 *
198 * @return size of test packet. 198 * @return size of test packet.
199 */ 199 */
200static size_t 200static size_t
@@ -216,7 +216,7 @@ do_send (void *cls, size_t size, void *buf)
216 216
217/** 217/**
218 * Connect to other client and send data 218 * Connect to other client and send data
219 * 219 *
220 * @param cls Closue (unused). 220 * @param cls Closue (unused).
221 * @param tc TaskContext. 221 * @param tc TaskContext.
222 */ 222 */
@@ -238,13 +238,13 @@ do_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
238 238
239/** 239/**
240 * Initialize framework and start test 240 * Initialize framework and start test
241 * 241 *
242 * @param cls Closure (unused). 242 * @param cls Closure (unused).
243 * @param cfg Configuration handle. 243 * @param cfg Configuration handle.
244 * @param peer Testing peer handle. 244 * @param peer Testing peer handle.
245 */ 245 */
246static void 246static void
247run (void *cls, 247run (void *cls,
248 const struct GNUNET_CONFIGURATION_Handle *cfg, 248 const struct GNUNET_CONFIGURATION_Handle *cfg,
249 struct GNUNET_TESTING_Peer *peer) 249 struct GNUNET_TESTING_Peer *peer)
250{ 250{