aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:13 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-19 20:07:13 +0000
commit27635aeb4a8cd9b48c30e15bf43d94f26819c6a7 (patch)
treeb2253d7a30c3be14451133c359f4fd0b3142f66e /src/core/test_core_api.c
parent5cfa6bf5a9960c0deb302582037dadcaa8996575 (diff)
downloadgnunet-27635aeb4a8cd9b48c30e15bf43d94f26819c6a7.tar.gz
gnunet-27635aeb4a8cd9b48c30e15bf43d94f26819c6a7.zip
-fix ftbfs
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 650c89cda..568832c08 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -163,7 +163,7 @@ connect_notify (void *cls,
163 { 163 {
164 uint64_t flags; 164 uint64_t flags;
165 const void *extra; 165 const void *extra;
166 166
167 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 167 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
168 "Asking core (1) for transmission to peer `%s'\n", 168 "Asking core (1) for transmission to peer `%s'\n",
169 GNUNET_i2s (&p2.id)); 169 GNUNET_i2s (&p2.id));
@@ -209,7 +209,7 @@ handle_test (void *cls,
209 const struct GNUNET_MessageHeader *message) 209 const struct GNUNET_MessageHeader *message)
210{ 210{
211 const struct GNUNET_PeerIdentity *peer = cls; 211 const struct GNUNET_PeerIdentity *peer = cls;
212 212
213 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 213 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
214 "Receiving message from `%s'.\n", 214 "Receiving message from `%s'.\n",
215 GNUNET_i2s (peer)); 215 GNUNET_i2s (peer));
@@ -230,7 +230,7 @@ init_notify (void *cls,
230 GNUNET_MQ_hd_fixed_size (test, 230 GNUNET_MQ_hd_fixed_size (test,
231 MTYPE, 231 MTYPE,
232 struct GNUNET_MessageHeader, 232 struct GNUNET_MessageHeader,
233 NULL); 233 NULL),
234 GNUNET_MQ_handler_end () 234 GNUNET_MQ_handler_end ()
235 }; 235 };
236 236