aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2014-12-26 00:01:57 +0000
committerJulius Bünger <buenger@mytum.de>2014-12-26 00:01:57 +0000
commit93b040e310af8187a11716bd0f0daa62307348b0 (patch)
tree56408f6b353759be678ee4a2412cd8fbdd92f619 /src/rps
parent31a682c4de24ab394232b940b8fe6c7707b58d42 (diff)
downloadgnunet-93b040e310af8187a11716bd0f0daa62307348b0.tar.gz
gnunet-93b040e310af8187a11716bd0f0daa62307348b0.zip
fixed compiler warning in tests
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps_multipeer.c b/src/rps/test_rps_multipeer.c
index ccf4b7c72..1b026383a 100644
--- a/src/rps/test_rps_multipeer.c
+++ b/src/rps/test_rps_multipeer.c
@@ -94,7 +94,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
94 * 94 *
95 */ 95 */
96static void 96static void
97handle_reply (void *cls, uint64_t n, struct GNUNET_PeerIdentity *peers) 97handle_reply (void *cls, uint64_t n, const struct GNUNET_PeerIdentity *peers)
98{ 98{
99 99
100 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers)); 100 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers));