gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29503 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r29503 - gnunet/src/arm
Date: Mon, 23 Sep 2013 17:43:05 +0200

Author: LRN
Date: 2013-09-23 17:43:05 +0200 (Mon, 23 Sep 2013)
New Revision: 29503

Added:
   gnunet/src/arm/test_arm_api_data.conf
Modified:
   gnunet/src/arm/test_exponential_backoff.c
Log:
Non-generated config file

Added: gnunet/src/arm/test_arm_api_data.conf
===================================================================
--- gnunet/src/arm/test_arm_api_data.conf                               (rev 0)
+++ gnunet/src/arm/test_arm_api_data.conf       2013-09-23 15:43:05 UTC (rev 
29503)
@@ -0,0 +1,51 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunetd-arm/
+
+[arm]
+PORT = 23354
+DEFAULTSERVICES =
+BINARY = gnunet-service-arm
+OPTIONS = -L ERROR
+#PREFIX = valgrind --tool=memcheck --leak-check=yes
+
+[resolver]
+PORT = 23355
+# PREFIX = valgrind
+
+[do-nothing]
+AUTOSTART = NO
+PORT = 2223
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+BINARY = /will/be/overwritten/by/test_exponential_backoff
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+
+[fs]
+AUTOSTART = NO
+
+[datastore]
+AUTOSTART = NO
+
+[core]
+AUTOSTART = NO
+
+[transport]
+AUTOSTART = NO
+
+[peerinfo]
+AUTOSTART = NO
+
+[statistics]
+AUTOSTART = YES
+
+[dns]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+

Modified: gnunet/src/arm/test_exponential_backoff.c
===================================================================
--- gnunet/src/arm/test_exponential_backoff.c   2013-09-23 15:42:55 UTC (rev 
29502)
+++ gnunet/src/arm/test_exponential_backoff.c   2013-09-23 15:43:05 UTC (rev 
29503)
@@ -425,7 +425,7 @@
 
   cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK != GNUNET_CONFIGURATION_parse (cfg,
-                                               "test_arm_api_data.conf.in"))
+                                               "test_arm_api_data.conf"))
     return GNUNET_SYSERR;
   if (NULL == getcwd (pwd, PATH_MAX))
     return GNUNET_SYSERR;




reply via email to

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