gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8601 - in gnunet: . contrib src/include


From: gnunet
Subject: [GNUnet-SVN] r8601 - in gnunet: . contrib src/include
Date: Sun, 21 Jun 2009 10:04:42 -0600

Author: grothoff
Date: 2009-06-21 10:04:42 -0600 (Sun, 21 Jun 2009)
New Revision: 8601

Modified:
   gnunet/configure.ac
   gnunet/contrib/defaults.conf
   gnunet/src/include/gnunet_testing_lib.h
Log:
syn

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2009-06-18 02:24:56 UTC (rev 8600)
+++ gnunet/configure.ac 2009-06-21 16:04:42 UTC (rev 8601)
@@ -768,6 +768,7 @@
 src/resolver/Makefile
 src/statistics/Makefile
 src/template/Makefile
+src/testing/Makefile
 src/topology/Makefile
 src/transport/Makefile
 src/util/Makefile

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2009-06-18 02:24:56 UTC (rev 8600)
+++ gnunet/contrib/defaults.conf        2009-06-21 16:04:42 UTC (rev 8601)
@@ -149,13 +149,17 @@
 
 
 [hostlist]
+# port for hostlist http server
+HTTPPORT = 8080
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-daemon-hostlist
 # consider having "-e" as default as well once implemented
 OPTIONS = -b
 SERVERS = http://gnunet.org:8080/
 # proxy for downloading hostlists
 HTTP-PROXY = 
-# port for hostlist server
-PORT = 8080
 
 
 [datastore]

Modified: gnunet/src/include/gnunet_testing_lib.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib.h     2009-06-18 02:24:56 UTC (rev 
8600)
+++ gnunet/src/include/gnunet_testing_lib.h     2009-06-21 16:04:42 UTC (rev 
8601)
@@ -150,7 +150,7 @@
  *        list; va only contains anything if hostname != NULL.
  */
 void
-GNUNET_TESTING_daemons_start_Va (struct GNUNET_SCHEDULER_Handle *sched,
+GNUNET_TESTING_daemons_start_va (struct GNUNET_SCHEDULER_Handle *sched,
                                 struct GNUNET_CONFIGURATION_Handle *cfg,
                                 unsigned int total,
                                 const char *service_home_prefix,





reply via email to

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