-fixed test compile warning
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 20 Jun 2012 18:38:27 +0000 (18:38 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 20 Jun 2012 18:38:27 +0000 (18:38 +0000)
src/peerinfo/test_peerinfo_api.c

index 0bd5ef7070346f82aee3c20aae1c13e690bffed6..a00f13f743a12f49be0dfeb36e338e7aea3430a1 100644 (file)
@@ -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);