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:
23cb57c
)
-fixed test compile warning
author
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 20 Jun 2012 18:38:27 +0000
(18:38 +0000)
committer
Sree Harsha Totakura
<totakura@in.tum.de>
Wed, 20 Jun 2012 18:38:27 +0000
(18:38 +0000)
src/peerinfo/test_peerinfo_api.c
patch
|
blob
|
history
diff --git
a/src/peerinfo/test_peerinfo_api.c
b/src/peerinfo/test_peerinfo_api.c
index 0bd5ef7070346f82aee3c20aae1c13e690bffed6..a00f13f743a12f49be0dfeb36e338e7aea3430a1 100644
(file)
--- a/
src/peerinfo/test_peerinfo_api.c
+++ b/
src/peerinfo/test_peerinfo_api.c
@@
-146,7
+146,8
@@
process (void *cls, const struct GNUNET_PeerIdentity *peer,
static void
run (void *cls,
- const struct GNUNET_CONFIGURATION_Handle *cfg)
+ const struct GNUNET_CONFIGURATION_Handle *cfg,
+ struct GNUNET_TESTING_Peer *peer)
{
h = GNUNET_PEERINFO_connect (cfg);
GNUNET_assert (NULL != h);