gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r10601 - gnunet/src/topology
Date: Mon, 15 Mar 2010 14:52:18 +0100

Author: grothoff
Date: 2010-03-15 14:52:18 +0100 (Mon, 15 Mar 2010)
New Revision: 10601

Modified:
   gnunet/src/topology/gnunet-daemon-topology.c
   gnunet/src/topology/test_gnunet_service_topology_data.conf
Log:
only start peerinfo processing after core init has finished

Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2010-03-15 13:32:48 UTC 
(rev 10600)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2010-03-15 13:52:18 UTC 
(rev 10601)
@@ -1049,6 +1049,9 @@
                                BLACKLIST_AFTER_ATTEMPT,
                                &discard_old_blacklist_entries,
                                NULL);
+  peerinfo_notify = GNUNET_PEERINFO_notify (cfg, sched,
+                                           &process_peer,
+                                           NULL);
 }
 
 
@@ -1427,9 +1430,6 @@
       GNUNET_SCHEDULER_shutdown (sched);
       return;
     }
-  peerinfo_notify = GNUNET_PEERINFO_notify (cfg, sched,
-                                           &process_peer,
-                                           NULL);
 }
 
 

Modified: gnunet/src/topology/test_gnunet_service_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_service_topology_data.conf  2010-03-15 
13:32:48 UTC (rev 10600)
+++ gnunet/src/topology/test_gnunet_service_topology_data.conf  2010-03-15 
13:52:18 UTC (rev 10601)
@@ -1,6 +1,6 @@
 [PATHS]
 SERVICEHOME = /tmp/test-gnunet-topology/
-DEFAULTCONFIG = test_gnunet_service_topology_data.conf
+# DEFAULTCONFIG = test_gnunet_service_topology_data.conf
 
 [resolver]
 PORT = 2664





reply via email to

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