projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cfa6bf
)
-fix ftbfs
author
Christian Grothoff
<christian@grothoff.org>
Fri, 19 Aug 2016 20:07:13 +0000
(20:07 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 19 Aug 2016 20:07:13 +0000
(20:07 +0000)
src/core/test_core_api.c
patch
|
blob
|
history
diff --git
a/src/core/test_core_api.c
b/src/core/test_core_api.c
index 650c89cda87b22a441ab6a5b3e5c509f14dbb847..568832c085e45405320c53b1dafd7a9c90fe4c7f 100644
(file)
--- a/
src/core/test_core_api.c
+++ b/
src/core/test_core_api.c
@@
-163,7
+163,7
@@
connect_notify (void *cls,
{
uint64_t flags;
const void *extra;
-
+
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Asking core (1) for transmission to peer `%s'\n",
GNUNET_i2s (&p2.id));
@@
-209,7
+209,7
@@
handle_test (void *cls,
const struct GNUNET_MessageHeader *message)
{
const struct GNUNET_PeerIdentity *peer = cls;
-
+
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Receiving message from `%s'.\n",
GNUNET_i2s (peer));
@@
-230,7
+230,7
@@
init_notify (void *cls,
GNUNET_MQ_hd_fixed_size (test,
MTYPE,
struct GNUNET_MessageHeader,
- NULL)
;
+ NULL)
,
GNUNET_MQ_handler_end ()
};