gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10258 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r10258 - gnunet/src/testing
Date: Tue, 9 Feb 2010 15:17:24 +0100

Author: nevans
Date: 2010-02-09 15:17:24 +0100 (Tue, 09 Feb 2010)
New Revision: 10258

Modified:
   gnunet/src/testing/test_testing_connect.c
Log:
api mismatch fix

Modified: gnunet/src/testing/test_testing_connect.c
===================================================================
--- gnunet/src/testing/test_testing_connect.c   2010-02-08 18:32:00 UTC (rev 
10257)
+++ gnunet/src/testing/test_testing_connect.c   2010-02-09 14:17:24 UTC (rev 
10258)
@@ -66,7 +66,14 @@
 
 
 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;





reply via email to

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