fixed compiler warning in tests
authorJulius Bünger <buenger@mytum.de>
Fri, 26 Dec 2014 00:01:57 +0000 (00:01 +0000)
committerJulius Bünger <buenger@mytum.de>
Fri, 26 Dec 2014 00:01:57 +0000 (00:01 +0000)
src/rps/test_rps_multipeer.c

index ccf4b7c721a0711aee85a77782458496a3f65968..1b026383af6d5f360e7f176db92c2e7151281921 100644 (file)
@@ -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));