gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34794 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r34794 - gnunet/src/rps
Date: Fri, 26 Dec 2014 01:01:57 +0100

Author: ch3
Date: 2014-12-26 01:01:57 +0100 (Fri, 26 Dec 2014)
New Revision: 34794

Modified:
   gnunet/src/rps/test_rps_multipeer.c
Log:
fixed compiler warning in tests

Modified: gnunet/src/rps/test_rps_multipeer.c
===================================================================
--- gnunet/src/rps/test_rps_multipeer.c 2014-12-25 01:06:20 UTC (rev 34793)
+++ gnunet/src/rps/test_rps_multipeer.c 2014-12-26 00:01:57 UTC (rev 34794)
@@ -94,7 +94,7 @@
  *
  */
 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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]