gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10260 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r10260 - gnunet/src/topology
Date: Tue, 9 Feb 2010 17:51:42 +0100

Author: nevans
Date: 2010-02-09 17:51:42 +0100 (Tue, 09 Feb 2010)
New Revision: 10260

Modified:
   gnunet/src/topology/test_gnunet_service_topology.c
Log:
changes related to my api changes

Modified: gnunet/src/topology/test_gnunet_service_topology.c
===================================================================
--- gnunet/src/topology/test_gnunet_service_topology.c  2010-02-09 14:21:18 UTC 
(rev 10259)
+++ gnunet/src/topology/test_gnunet_service_topology.c  2010-02-09 16:51:42 UTC 
(rev 10260)
@@ -60,7 +60,13 @@
 
 static void 
 notify_connect_complete(void *cls,
-                       const char *emsg)
+                        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)
 {
   if (NULL != emsg)
     {
@@ -128,7 +134,7 @@
   peers_left = NUM_PEERS;
   pg = GNUNET_TESTING_daemons_start (sched, cfg, 
                                     peers_left,
-                                    &my_cb, NULL, NULL);
+                                    &my_cb, NULL, NULL, NULL, NULL);
   GNUNET_assert (pg != NULL);
 }
 





reply via email to

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