aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_mq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api_mq.c')
-rw-r--r--src/core/test_core_api_mq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/test_core_api_mq.c b/src/core/test_core_api_mq.c
index 7a255e00f..c71c26b76 100644
--- a/src/core/test_core_api_mq.c
+++ b/src/core/test_core_api_mq.c
@@ -65,7 +65,7 @@ connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer)
65 struct GNUNET_MQ_Envelope *ev; 65 struct GNUNET_MQ_Envelope *ev;
66 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Queueing messages.\n"); 66 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Queueing messages.\n");
67 for (i = 0; i < NUM_MSG; i++) 67 for (i = 0; i < NUM_MSG; i++)
68 { 68 {
69 ev = GNUNET_MQ_msg_header (GNUNET_MESSAGE_TYPE_TEST); 69 ev = GNUNET_MQ_msg_header (GNUNET_MESSAGE_TYPE_TEST);
70 GNUNET_MQ_send (mq, ev); 70 GNUNET_MQ_send (mq, ev);
71 } 71 }
@@ -107,13 +107,13 @@ shutdown_task (void *cls,
107 107
108/** 108/**
109 * Initialize framework and start test 109 * Initialize framework and start test
110 * 110 *
111 * @param cls Closure (unused). 111 * @param cls Closure (unused).
112 * @param cfg Configuration handle. 112 * @param cfg Configuration handle.
113 * @param peer Testing peer handle. 113 * @param peer Testing peer handle.
114 */ 114 */
115static void 115static void
116run (void *cls, 116run (void *cls,
117 const struct GNUNET_CONFIGURATION_Handle *cfg, 117 const struct GNUNET_CONFIGURATION_Handle *cfg,
118 struct GNUNET_TESTING_Peer *peer) 118 struct GNUNET_TESTING_Peer *peer)
119{ 119{