aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet_local_mq.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-23 00:00:58 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-23 00:00:58 +0200
commit8d7ab16402048793275b6feebd744e5e17af63fb (patch)
tree2c1de32b489b21a3b424b331db5c4cfa6686defa /src/cadet/test_cadet_local_mq.c
parent9af391e1545c33f592389ce0dd572b27da9b01ad (diff)
downloadgnunet-8d7ab16402048793275b6feebd744e5e17af63fb.tar.gz
gnunet-8d7ab16402048793275b6feebd744e5e17af63fb.zip
starting with another CADET testcase (unfinished)
Diffstat (limited to 'src/cadet/test_cadet_local_mq.c')
-rw-r--r--src/cadet/test_cadet_local_mq.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cadet/test_cadet_local_mq.c b/src/cadet/test_cadet_local_mq.c
index eab35c217..2ea754743 100644
--- a/src/cadet/test_cadet_local_mq.c
+++ b/src/cadet/test_cadet_local_mq.c
@@ -150,7 +150,8 @@ connected (void *cls,
150{ 150{
151 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 151 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
152 "connected %s, cls: %p\n", 152 "connected %s, cls: %p\n",
153 GNUNET_i2s(source), cls); 153 GNUNET_i2s(source),
154 cls);
154 return channel; 155 return channel;
155} 156}
156 157
@@ -208,7 +209,8 @@ handle_data_received (void *cls,
208static void 209static void
209message_sent (void *cls) 210message_sent (void *cls)
210{ 211{
211 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "message sent\n"); 212 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
213 "message sent\n");
212} 214}
213 215
214 216