gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 93b040e310af8187a11716bd0f0daa62307348b0
parent 31a682c4de24ab394232b940b8fe6c7707b58d42
Author: Julius Bünger <buenger@mytum.de>
Date:   Fri, 26 Dec 2014 00:01:57 +0000

fixed compiler warning in tests

Diffstat:
Msrc/rps/test_rps_multipeer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) * */ static void -handle_reply (void *cls, uint64_t n, struct GNUNET_PeerIdentity *peers) +handle_reply (void *cls, uint64_t n, const struct GNUNET_PeerIdentity *peers) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Got peer %s\n", GNUNET_i2s(peers));