api mismatch fix
authorNathan S. Evans <evans@in.tum.de>
Tue, 9 Feb 2010 14:17:24 +0000 (14:17 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 9 Feb 2010 14:17:24 +0000 (14:17 +0000)
src/testing/test_testing_connect.c

index ca08eaad3fa0a75b7ddd63045e23ef4c576b5bf3..70fcccd98e794e2b167eca4177c329b6aaa8ac2c 100644 (file)
@@ -66,7 +66,14 @@ end1_cb (void *cls, const char *emsg)
 
 
 static void
-my_connect_complete (void *cls, const char *emsg)
+my_connect_complete (void *cls,
+                     const struct GNUNET_PeerIdentity *first,
+                     const struct GNUNET_PeerIdentity *second,
+                     const struct GNUNET_CONFIGURATION_Handle *first_cfg,
+                     const struct GNUNET_CONFIGURATION_Handle *second_cfg,
+                     struct GNUNET_TESTING_Daemon *first_daemon,
+                     struct GNUNET_TESTING_Daemon *second_daemon,
+                     const char *emsg)
 {
   GNUNET_TESTING_daemon_stop (d1, &end1_cb, NULL);
   d1 = NULL;